Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

running a php command a certain time

Status
Not open for further replies.

neilmurray

Technical User
Jan 18, 2005
32
GB
Hi,

Is there any way that I can my php page run itself at say 12am every morning? This is so I can save the mornings beginning information in my mysql database?

Thanks,

Neil.
 
If you're using a Unix-type system, you can use cron to schedule any type of job. If you're using Windows, you can use Scheduled Tasks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top