View Single Post

  #6 (permalink)  
Old 12-06-2007
Michael Fesser
 
Posts: n/a
Default Re: problems with <a href="<? echo $web; ?>">Website</a>

..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.


Short open tags are not recommended.

Micha
Reply With Quote