Use = instead of echo

by Sanju 2010-01-28 19:39:56

Use = instead of echo

When you want to echo a var instead of using

<? echo $var;?>

use
<?= $var?>


a little quicker.

Tagged in:

871
like
0
dislike
0
mail
flag

You must LOGIN to add comments