sanderphp Posted October 20, 2008 Share Posted October 20, 2008 I can create a file called x.php and simply put <?php print("TEST<br>"); ?> in it and that works. However, if I create a file called y.php and put <?php phpinfo() >? in it but that gives me a 500 error. Is this a code error or a php config error? Thanks Running php 5.2.6 on Windows 2003 IIS Link to comment https://forums.phpfreaks.com/topic/129303-solved-what-does-this-mean/ Share on other sites More sharing options...
trq Posted October 20, 2008 Share Posted October 20, 2008 The closing php tag is ?> not >? Link to comment https://forums.phpfreaks.com/topic/129303-solved-what-does-this-mean/#findComment-670368 Share on other sites More sharing options...
sanderphp Posted October 20, 2008 Author Share Posted October 20, 2008 OMG!!!! I've been fighting this for a week!! hahahah. Thanks for helping me get this fixed. Looks like Link to comment https://forums.phpfreaks.com/topic/129303-solved-what-does-this-mean/#findComment-670374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.