Using <?php or <? in short areas in a "PEAR"
Posted: Tue Oct 18, 2005 10:18 am
I've decided to follow the PEAR standard but I've got a few questions. If you use a short output statement should you use <?php or <?
as follows:
as follows:
Code: Select all
<FRAME NAME="location_frame" SRC="<?=$goto?>"
or
<FRAME NAME="location_frame" SRC="<?php echo $goto; ?>"