Hi there,

On Fri, 8 Sep 2000, Issam W. Alameh wrote:

> I want to have something like
> ------------------------
> Hello <%=$name%>
> <%
> $name="something";
> %>
> ------------------------

Try to think of it as a program.  You can't use the variable's value
until you've set it.  Why does it matter where it goes in the page?
If you really want to separate it, use Response->Include or something.

73,
Ged.

Reply via email to