Possible solutions of your questions

  hosting
<< Previous       The path to php

Question: Hello, you need to add PHP script in cron.can report the path to php?So be true command?php**/public_html*script_examplephp
Answer:

Have a cron job add the command 
/usr/bin/php spacebar Polnymi > /dev/null *>&* 
or 
/usr/bin/php* space Polnymi.php> /dev/null *>&* 
, putting in minutes * hours * * and in the remaining fields, leave the asterisk. 


or wget -O - -q-t * http://yourdomain.com/cron.php > /dev/null *>&* 
key \"-O\" specifies the output to the console (instead of saving to a file), \"-q\" makes it quiet (no screen output), a \"-t *\" specifies to make only one connection attempt. 


<< Previous