Hi, I have a php file.i want to execute it once in a day automaically.
eg.
i have a file first.php.i want to execute this file at 12.00 A.M (Daily).This file has to execute automatically.
This is definitely a job for cron! Search this site with "cron" as a search term - you should get plenty of results.
On a Windows machine I recall there's some sort of scheduler you can use - search on "Windows cron".