[snip]
You already have the php script, so use that. modify it so that it does
exactly what you need on your system, so that when you call it up through
www.youdomain.com/script.php, it does what you need without any user
interaction or producing any output to the screen (email or log file is
okay).

Then, you can use lynx as the program to call in your cron job.

lynx -dump http://www.yourdomain.com/script.php
[/snip]

Also, if you use PHP compiled for CGI you don't have to do the lynx --dump
at all. You can just call the PHP script from the CRON same as you would a
PERL script.

HTH!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to