Posted by J.O. Aho on 11/27/05 11:39
John wrote:
> Confession. I've always worked with PHP on Linux/Apache so I know little
> about ASP. OK. I have PHP 5 running on a Windows IIS server. I can run
> INDEX.PHP and INDEX.ASP and each will run correctly. Each has a few lines
> of either ASP or PHP.
>
> My question. Is it possible to invoke an ASP script from PHP?
You can redirect from PHP-page to ASP-page, you can call it with or without
arguments, but you can't mix code on the same page and think that both will be
processed, as this is connected to the page extension and not to the PHP/ASP tags.
I'm sorry that you have to work with a bad environment, but I wish you luck.
//Aho
[Back to original message]
|