<?=expression ?>

<?php echo expression; ?>

On 4/8/06, Merlin <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> I am somehow confused about the this command: <?=
>
> What does the equetion sigh mean?
>
> I would like to replace the <?= sign inside this line:
>
>
>          <?= $ajax->loadJsApp(true) ?>
>
> so I could do something like this:
> <?php
>      $ajax->loadJsApp(true);
>      echo 'test';
> ?>
>
> But this does not work. Some how this equetion sign has something to do
> with it.
>
> Thank you for any hint,
>
> Merlin
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to