On Tuesday 17 April 2001 15:56, you wrote:
> > Easy. Just use fopen('http://localhost/file.asp') then fread
> > the data you want. I do this technique to read Access tables
> > from a Linux box.
>
> But that gives you the RESULTS of the ASP script, not the script
> itself.
fopen ("/path/to/asp/script.asp", "r");
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
AAAAA - American Association Against Acronym Abuse
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]