|
Posted by ZeldorBlat on 09/28/07 19:23
On Sep 28, 2:31 pm, "Shelly" <sheldo...@asap-consult.com> wrote:
> Also, NEVER, NEVER, NEVER leave out the semi-colon to end the sentence as
> you did below in your next to last code line.
>
> Shelly
>
> <kurt.krueckeb...@gmail.com> wrote in message
>
> news:1191002991.546795.171650@57g2000hsv.googlegroups.com...
>
> >I am trying to learn php. Php statements of the form <?=$var?> do not
> > work? If I use <? echo $var; ?> instead, it works. I am using php5.
> > Here is a saample
> > <?php
> > $var = 5;
> > ?>
> > var = 10;<br />
> > The variable $var has a value of:
> > <?=$var?><br />
> > <!-- prior line gives no output -->
>
> > thanks,
> > Kurt
Also, NEVER, NEVER, NEVER top-post.
Navigation:
[Reply to this message]
|