Jump to content

"Cron" & MySQL Help


dayzeday

Recommended Posts

[!--quoteo(post=370301:date=May 1 2006, 11:09 AM:name=fenway)--][div class=\'quotetop\']QUOTE(fenway @ May 1 2006, 11:09 AM) [snapback]370301[/snapback][/div][div class=\'quotemain\'][!--quotec--]
You only need a CRON per se if this a regular, schedule pull. Otherwise, a one-off script can handle this easily.
[/quote]

I am not sure what you are talking about. I have not used CRON yet. Which I now I need to learn it but i have yet to have time. It seems I get forced in to learning things when I have to. Maybe you can direct me to good tutorital or explain what u mean a little more. I do catch on pretty fast.

FYI: yes, i will be retrieving the file on a regular base at the same date and time each day or week.

Thanks
Link to comment
https://forums.phpfreaks.com/topic/8816-cron-mysql-help/#findComment-32461
Share on other sites

There are many tutorials on using CRON jobs -- the problem is that using PHP with CRON is, for some unknown reason, very complicated. I can't think of any good tutorials off-hand, though. Basically, your script does whatever it would normally do, and the CRON is simply a scheduling agent.
Link to comment
https://forums.phpfreaks.com/topic/8816-cron-mysql-help/#findComment-32717
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.