Welcome Guest, Not a member yet? Register   Sign In
cpanel cron job command line
#1

[eluser]mohamedElsnousy[/eluser]
hi all i am try to run function every day
so i use cron job but
i can't write
cpanel cron job command line

Code:
php /home/userName/public_html/members/cronJob

this command line dose not work
Status: 404 Not Found

how can i write this command!!!
#2

[eluser]mohamedElsnousy[/eluser]
the soultion is so eazy
my friend told me about it

Code:
wget -q  yourlink -O /dev/null 2>&1

wget -q http://www.example.com/controler/function -O /dev/null 2>&1




Theme © iAndrew 2016 - Forum software by © MyBB