View Single Post
Old 04-10-2005, 12:43 AM   #2 (permalink)
CreativeLogic
The Acquainted
 
Join Date: Mar 2005
Posts: 177
Thanks: 0
CreativeLogic is on a distinguished road
Default

Well this all depends on what you're php files is attempting to do. If you have to have a session with the user's information, then you will have to include a file executing php code every minute. Otherwise, what would be best would be to create a cron tab as long as you have permission to use it on your host. The cron tab would call the file specified automatically.
CreativeLogic is offline  
Reply With Quote