Link to home
Start Free TrialLog in
Avatar of Sim1980
Sim1980

asked on

Send email on a nightly basis from my website

Hi all.

I have a website built using php and hosted by godaddy.com.

I want to be able to send an email every night showing the data entry done for the day.

Is there a way to do this?

Thank you in advance.
Avatar of Gary
Gary
Flag of Ireland image

Set up a cron job to execute a php page that sends you the email.
The answer is "yes" and there will need to be a log of the data entry.  That implies a data base abstraction layer that logs the data entry queries.  It's not hard to do this, but you might want to consider having professional help since it will probably require a number of changes to the existing code set.
Avatar of Sim1980
Sim1980

ASKER

Is a cron job a software that needs to be installed on my godaddy web server?
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sim1980

ASKER

Thanks!