you can get a file on your site to be exec every x minuts with lynx....
but i dont understand how it works, i have created a  "cron.txt" file and
put it in the folder where i want my script to be executed...  the content
of this file looks like this:

*/5 * * * * /usr/bin/lynx --dump http://localhost/php/ppp.php > /dev/null

but it dosent work, do i have to register the cronfile somewhere to make it
work...?
cause i want it to run this file every 5mins...  is there any other way???

regards
pafo



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to