At 11:48 PM -0500 3/11/01, Rick St Jean wrote:
>I was told by someone that it is possible with apache.  You can have 
>something parse
>the page once then be parsed by something else.  I don't know how 
>and I have never seen
>it but I have been told that it is possible.
>
>Rick


That would be 'stacked request handlers'...not possible, AFAIK, with 
any of the 1.x versions, but supposedly Apache 2.0 can do it. Check 
out httpd.apache.org; v2.0 is still alpha.

        - steve


>
>At 11:28 PM 3/11/01 -0500, Michael Kimsal wrote:
>>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]
>
>##########################################################
>#  Rick St Jean,
>#  [EMAIL PROTECTED]
>#  President of Design Shark,
>#  http://www.designshark.com/
>#  Quick Contact:  http://www.designshark.com/messaging.ihtml
>#  Tel: 905-684-2952
>##########################################################
>


-- 
+--- "They've got a cherry pie there, that'll kill ya" ------------------+
| Steve Edberg                           University of California, Davis |
| [EMAIL PROTECTED]                               Computer Consultant |
| http://aesric.ucdavis.edu/                  http://pgfsun.ucdavis.edu/ |
+-------------------------------------- FBI Special Agent Dale Cooper ---+

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