Posted by Jeff North on 11/27/05 18:43
On Sun, 27 Nov 2005 09:23:40 -0000, in alt.php "John"
<john@heathdrive.com> 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?
IIS can only handle a single server-side language.
Save the following first as php then as asp. Run from your web-server
<%
Response.write("I'm ASP")
%>
<?php
phpinfo();
?>
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Navigation:
[Reply to this message]
|