is it possible to execute a php file at a specified time everyday for example 7 am on all days of the week. the application that i am working on presently is a html page where i need to manually type the number of online enquiries made everyday. instead of me looking up the enquiries(which is executed by a php file) and then editing the html page and manually typing the numbers everyday i thought may be it is possible for php to do this task automatically. If this is possible, i can convert the present html page into a php file. please advice.