RE: [PHP] ASP vs PHP

2002-03-28 Thread J. Scott Johnson
I've seen a tool called Code Charge which claims to do that. http://www.codecharge.com/index2.html And, I think that the new Zend tools make this easier (but I really haven't started evaluation yet). www.zend.com Scott * * * * * * * * * * * * * * * * * * * * * * * * * * J. Scott Johnson PHP C

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