What does this PHP tag mean: <?=
Posted: Sun Jun 27, 2010 3:26 am
hi,
What does this PHP syntax mean: <?=
Is the same of <? or <?php ?
thanks
What does this PHP syntax mean: <?=
Is the same of <? or <?php ?
thanks
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?= [output here] ?>Code: Select all
<?php echo "some output"; ?>