Re: What does this mean: <?=

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<?=expression ?>

<?php echo expression; ?>

On 4/8/06, Merlin <news.groups@xxxxxx> 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
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux