Posted by NC on 11/28/05 03:45
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]
|