On a windows account, how do I make it so both <? and <?php work in php files?
D doctorallia Perch May 29, 2007 #1 On a windows account, how do I make it so both <? and <?php work in php files?
skypanther Exalted Code Master! Jun 1, 2007 #4 For php5 and future support, you should use the long tags and avoid the <?= ... ?> shorthand for <?php echo ...; ?> also. Now, if I'd just listen to my own advice! :tongue: Tim
For php5 and future support, you should use the long tags and avoid the <?= ... ?> shorthand for <?php echo ...; ?> also. Now, if I'd just listen to my own advice! :tongue: Tim