> 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:
>
>
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:
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
[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
--- 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
5 matches
Mail list logo