Posted by John on 10/10/12 11:33
Many thanks, all.
The solution appears to be to use INDEX.PHP and then call ASP routines from
the <FORM> as a cgi
Regards
John
"NC" <nc@iname.com> wrote in message
news:1133142326.830684.107010@g14g2000cwa.googlegroups.com...
> John wrote:
>>
>> Is it possible to invoke an ASP script from PHP?
>
> Define "invoke"... If you want to simply start an ASP script and/or
> capture data it returns, you can write something like this:
>
> $data = file_get_contents('http://localhost/path/ASPpage.asp');
>
> Cheers,
> NC
>
Navigation:
[Reply to this message]
|