Re: Re[3]: [PHP] How to argue with ASP people...

2005-01-06 Thread Matthew Sims
> It should be noted that the MS KnowledgeBase article about trying to do a > dynamic include (as of when I last used ASP, years ago) made absolutely NO > mention of using: > >

Re: Re[3]: [PHP] How to argue with ASP people...

2005-01-05 Thread Richard Lynch
It should be noted that the MS KnowledgeBase article about trying to do a dynamic include (as of when I last used ASP, years ago) made absolutely NO mention of using:

RE: Re[3]: [PHP] How to argue with ASP people...

2005-01-05 Thread Ron Clark
On Wed, 5 Jan 2005, Jay Blanchard wrote: > [snip] > ...stuff... > [/snip] > > I think we can all agree that PHP and ASP can do the same things, so the > one glaring difference is COST. An efficient Apache / PHP server can be > set up for much less than an IIS / ASP server, even if you take the s

RE: Re[3]: [PHP] How to argue with ASP people...

2005-01-05 Thread Jay Blanchard
[snip] ...stuff... [/snip] I think we can all agree that PHP and ASP can do the same things, so the one glaring difference is COST. An efficient Apache / PHP server can be set up for much less than an IIS / ASP server, even if you take the same 'box' to do it with. Given the same 'box' you will fi

Re[3]: [PHP] How to argue with ASP people...

2005-01-05 Thread Ron Clark
On Tue, 4 Jan 2005, Richard Davey wrote: > Hello Ron, > > Tuesday, January 4, 2005, 5:59:31 PM, you wrote: > > RC> You then do <%=filen%> to go back into ASP to get the value of the > RC> variable into the HTML code that you wrote. ASP is not including the file, > RC> it is only supplying a fi

Re: Re[3]: [PHP] How to argue with ASP people...

2005-01-04 Thread Chris Shiflett
--- Richard Davey <[EMAIL PROTECTED]> wrote: > Perhaps this is a better example for you: > > script1.asp > <% > StrName = "bob" > %> > > script2.asp > > <% > Response.Write "Hello " & StrName > %> > > Clearer now? It looked to me like he understood before. If your example is the only way t

Re[3]: [PHP] How to argue with ASP people...

2005-01-04 Thread Richard Davey
Hello Ron, Tuesday, January 4, 2005, 5:59:31 PM, you wrote: RC> You then do <%=filen%> to go back into ASP to get the value of the RC> variable into the HTML code that you wrote. ASP is not including the file, RC> it is only supplying a file name for SSI includes whether apache SSI or RC> IIS SSI