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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Schedule php execution

Status
Not open for further replies.

loganmex

Programmer
Nov 14, 2001
17
0
0
MX
I'm working on a php program that reads some files and updates a database with that info. This will be done on a daily basis.
Normally, I'll need someone to call the php file from his/her browser to run this update. How can I run this without the user intervention?.

Maybe there's an option for Lynx or something like that.

Suggestions are welcome. Thanks
 
yeah cronjobs!

write the php, and execute it with cron, its there for it!
whats the first line in the php file? i forgot: someting like: #!/bin/usr or so... mcvdmvs
-- "It never hurts to help" -- Eek the Cat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top