Forum Moderators: phranque

Message Too Old, No Replies

How to automate php file execution

         

smagdy

11:06 pm on Mar 11, 2005 (gmt 0)

10+ Year Member



HI everybody.

Is there a way to automate executing a php file.. for example to send news letter or something.. what if I want to update a field in mysql table daily using php file.. so is there somethin to automate that process?

thanks in advance

nonstop

12:40 am on Mar 12, 2005 (gmt 0)

10+ Year Member Top Contributors Of The Month



You can run a cron job to execute a php script everyday if that's what you want, if you've got cpanel as part of your hosting it's pretty easy to setup.

smagdy

12:48 am on Mar 12, 2005 (gmt 0)

10+ Year Member



yes ive cPanel and it has that cron thing but i didnt know what it does other than i guessed it might do the job.. well thats gr8..

so should i just point it to the file then choose every how much to execute.. n thats it?