Posted by macca on 10/25/07 19:03
Okay I just tried this with readfile.
$path = 'http://watchout4snakes.com/creativitytools/RandomWord/
RandomWordPlus.aspx';
echo readfile($path);
Now, readfile returns the number of bytes read from the file or false
on failure and this outputs '0'.
This leads me to believe that the problem is something to do with the
aspx page not the php code.
[Back to original message]
|