What does "<?php=" mean when seen in PHP
Posted
by joslinm
on Stack Overflow
See other posts from Stack Overflow
or by joslinm
Published on 2010-06-11T01:46:45Z
Indexed on
2010/06/12
11:52 UTC
Read the original article
Hit count: 213
php
Sorry for the silly question, but I ran across code that used:
<?=$MAP_OBJECT->printOnLoad();?>
<?=$MAP_OBJECT->printMap();?>
<?=$MAP_OBJECT->printSidebar();?>
Is there anything special about <?php= over <?php or just plain <? ?
© Stack Overflow or respective owner