Page 1 of 1

<?=$var?>

Posted: Thu Sep 07, 2006 9:16 am
by Shendemiar
Beeing used to use

Code: Select all

<?=$var?>
, and now with the longer startingtag,

Code: Select all

<?php
, does anything similar exist, or should i just use

Code: Select all

<?php echo $var ?>

Posted: Thu Sep 07, 2006 9:21 am
by feyd
the latter.