Posted by Floor on 11/23/07 00:26
NC:
> $data = file_get_contents('http://www.myURL.com/');
>
> However, this must be allowed by your system's configuration (the
> allow_url_fopen directive in php.ini must be set to On).
Thanks, I ran that. But is doesn't work. I want to link to a script that
displays a random page.
I added a 'echo data$;' but that didn't work unfortunately...
Floor
[Back to original message]
|