L LazyHippy New member Apr 9, 2007 3,446 21 0 Nov 1, 2007 #1 Anyone know what setting I need to change to allow <? to be used? Using WAMP it only works if I start code with <?php, sure it's something simple.. Ta
Anyone know what setting I need to change to allow <? to be used? Using WAMP it only works if I start code with <?php, sure it's something simple.. Ta
B bazaa New member Oct 31, 2007 32 1 0 Nov 1, 2007 #2 short_open_tag=On in php.ini Reactions: LazyHippy
K kyleirwin New member Jun 25, 2006 1,818 32 0 Nov 1, 2007 #3 in the php.ini file... short_open_tag = On Reactions: LazyHippy
powell1 RTFM Jul 14, 2007 298 8 0 Nov 1, 2007 #4 Hey, Go to your wamp install directory/php/php.ini, find the tag that says "short_open_tag = Off" and change it to On. Should work then.
Hey, Go to your wamp install directory/php/php.ini, find the tag that says "short_open_tag = Off" and change it to On. Should work then.