Page 1 of 1

php script doesnt work properly

PostPosted: 17. September 2009 21:21
by shalwan
hello,

i just installed xampp-win32-1.7.2 and tried to install one of my scripts and when i go to installer it shows script as text doesnt load properly like echo statements eg: <? echo $_SERVER['DOCUMENT_ROOT']; ?>

what shall i do ? where are older versions of xampp ?

Re: php script doesnt work properly

PostPosted: 17. September 2009 21:50
by sili
This is (most probably) caused by short_open_tag. Search for that or change "<?" into "<?php".