Page 1 of 1

problem on upgrade of XAMPP 1.7.3 from xampp1.5.2

PostPosted: 18. August 2010 06:32
by bingot
my old script wont work as it was developed under xampp-win32-1.5.2
my code <? include 'header.php'; ?> wont work. now i have to use <?php include 'header.php'; ?>.

since that my script is almost finish now i have to debug all of my pages. <?= "test"; ?> also i have to change this to <?php echo "test"; ?> :cry:

can anybody pls. give me an advice if it posible to run my script from xampp-win32-1.5.2 to XAMPP 1.7.3 ..


any advice .. thnx

Re: problem on upgrade of XAMPP 1.7.3 from xampp1.5.2

PostPosted: 18. August 2010 06:55
by Altrea
Keyword: short_open_tags > Board Search