How I can run automated php page using crontab ?
I have a server space, but dont know where and how I can execute my crontab command.
I want to execute a php page say http://www.servicesonclick.com/sentmail.php everyday at 12:00 AM.
00 00 * * * wget http://www.servicesonclick.com/sentmail.php -q
but where. I totally messed up..