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