Re: problems with <a href="<? echo $web; ?>">Website</a>
Posted by Michael Fesser on 12/06/07 16:37
..oO(Kim)
>On Dec 5, 5:35 am, Jen <je...@8675309.com> wrote:
>> <a href="<? echo $web; ?>">Website</a>
>
>You dont have to echo $web like that. <?=$web?> will do the same, but
>just remember thats only valid for 1 variable - nothing else.