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