From: "Simon Garner" <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 10:45 AM


> > This is going to sound like heresy, but is there any way to
> > use ASP and PHP in the same fle/page? Seperated of course.
>
>
> What if you put:
>
> <!--#include virtual="path/to/file.php"-->
>
> in your ASP page?

Won't work I'm afraid. ASP expects all included files to use same language
as the base file. Doesn't matter if you call them .php, .inc, .asp, .foo ...

- Carsten



-- 
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]

Reply via email to