Hi, I wrote a code in php which can parse the xml feed and fill the data in my database. But i have to run that code manually everyday. Is there any way by which that code can run automatically everyday.
choster
9:24 pm on Nov 15, 2006 (gmt 0)
If your server is using Unix or a Unix-like operating system, you can set up a cron job. A web search on cron or crontab should turn up some answers.