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..

Recommended Answers

All 2 Replies

Member Avatar for diafol

You need to ensure that your host allows crontab. If you have a cpanel - use that.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.