Hello!
Can any one site me an example of the use of <?= ... ?> and how and where is it used for?
I got the following basic info from php documentation.
<? echo ("this is the simplest, an SGML processing instruction\n"); ?>
<?= expression ?> This is a shortcut for "<? echo expression ?>"
Thank you,
Brij.