Is there a way i can Run my script on the site Automatic. Say i want a php script to run on every monday(which will email me the log file).... any reply is really appreciated..
Do you have access to cPanel? If so, look for the cronjob section. You can set scripts up to run automatically at a specified date from there. It should also have a feature to email you the log.
hi zerxer, i don;t have access to cPanel coz free hosting companies doesn;t give u access.. any other option ?
If you already have the script functioning and just need the execution to occur, you could run a scheduled task on your local computer to connect to the URL of the script you wish to execute. This, while not ideal, will require your computer to have a full-time internet connection AND be left on. Not exactly elegant, but an option. Good luck! -Bing