wget -q -O - http://domain.com/file.php >/dev/null 2>&1
This too will work.
Hello, on my website i uploaded .php file i want to run regularly. http://domain.com/file.php
I want to ask what are the commands to run this file in cronjob command line?
---
EDIT: i found this to be working: curl http://domain.com/file.php
wget -q -O - http://domain.com/file.php >/dev/null 2>&1
This too will work.
Bookmarks