You're comparing a framework to a language.

ASP is a technology which allows code for different languages to be embedded in a file
parsed by a webserver (IIS).  To accomplish this, different languages need to be 
written
as modules for that webserver.  MS has VBScript (default language), JScript and 
PerlScript
(anyone know of any more?).  If someone was to write PHP to be an ASP/IIS module
that could be executed under the ASP framework, then yes.  Until then, no.  I also
don't think it's a likely scenario, but I've been wrong many times before in my life.  
:)



Chris Anderson wrote:

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


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