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.
- RE: init in Apache::ASP Jerrad Pierce
- RE: init in Apache::ASP Peiper,Richard
- init in Apache::ASP Issam W. Alameh
- Re: init in Apache::ASP G.W. Haywood
- Re: init in Apache::ASP Dmitry Beransky
- Re: init in Apache::ASP Joshua Chamas