[PHP] Can't seem to be able to do a get request

2003-03-13 Thread Mathieu Dumoulin
I got this script i wish to run like it was a seperate thread on the server cause i can't run anything with a crontab but i can't seem to do a valid GET request thru fsockopen. If anyone can help me please. $fp = fsockopen (sandbox.lhjmq.xl5.net, 80); if ($fp) { fputs ($fp, GET

Re: [PHP] Can't seem to be able to do a get request

2003-03-13 Thread Ernest E Vogelsinger
At 14:50 13.03.2003, Mathieu Dumoulin said: [snip] I got this script i wish to run like it was a seperate thread on the server cause i can't run anything with a crontab but i can't seem to do a valid GET request thru fsockopen. If anyone can help me please.