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

Re: [ProgSoc] wget in php





On Thu, 13 Oct 2005, Nathan de Vries wrote:

Hi folks, I have this in a php file ...

$string = `wget -Coff -q -O /home/whophd/public_html/blah http://foo`;

The magic question of the day is, "Why?"

Coz, folks, cached data for tsunami warnings makes Baby Jesus cry.

	$url = 'http://foo';
	if ($fp = fopen($url, "r")) {

fopen is fcached.

CK.

-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@xxxxxxxxxxxxxxxxxxx
If you are having trouble, ask owner-progsoc@xxxxxxxxxxxxxxxxxx for help.