[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] PHP via cronjob



On Mon, 5 Mar 2001, Dan Kriwitsky wrote:

> > eg in the script run wget "http://whateverdomain/script.php";
> Are you sure you can use wget for an http protocol? I thought that was only
> for FTP.

Yup, in fact, that's what it was originally designed for , thus the 'w' in
wget (web), it can also handle password access via http, and can
recursively fetch pages that are linked to, it's very
underutilized tool :)

gsh