RE: [PHP] ASP vs PHP

2002-03-28 Thread J. Scott Johnson
: Thursday, March 28, 2002 7:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] ASP vs PHP Hi! I've been programming in PHP for long. But one question that always is coming to my mind is to know if there exists some kind of tools (like for SP. It exists a tool called ASPWebTools

[PHP] ASP vs PHP

2002-03-28 Thread Ciro Martins
Hi! I've been programming in PHP for long. But one question that always is coming to my mind is to know if there exists some kind of tools (like for SP. It exists a tool called ASPWebTools for wich it is possible to develop applications written in ASP and connecting with DB like SQL Server in a

Re: [PHP] ASP vs PHP

2001-03-12 Thread Michael Kimsal
Carsten Gehling wrote: > > > Are you sure? The #include is an SSI directive, not ASP. It should create > a > > separate internal HTTP request for the included file. I know for sure that > > for example you can include a JScript ASP page inside a VBScript ASP page > > like this - although I real

Re: [PHP] ASP vs PHP

2001-03-12 Thread Carsten Gehling
From: "Simon Garner" <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 11:37 AM > Are you sure? The #include is an SSI directive, not ASP. It should create a > separate internal HTTP request for the included file. I know for sure that > for example you can include a JScript ASP page inside a VBSc

Re: [PHP] ASP vs PHP

2001-03-12 Thread Carsten Gehling
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: > > > > in your ASP page? Won't work I'm afraid. ASP expects all

Re: [PHP] ASP vs PHP

2001-03-12 Thread Simon Garner
From: "Chris Anderson" <[EMAIL PROTECTED]> > 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: in your ASP page? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

Re: [PHP] ASP vs PHP

2001-03-11 Thread Steve Edberg
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 's

Re: [PHP] ASP vs PHP

2001-03-11 Thread Rick St Jean
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 At 11:28 PM 3/11/01 -0500, Michael Kimsal wrote: >You're comparing a fr

Re: [PHP] ASP vs PHP

2001-03-11 Thread Michael Kimsal
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

[PHP] ASP vs PHP

2001-03-11 Thread Chris Anderson
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.