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 Quote Link to comment Share on other sites More sharing options...
trq Posted October 20, 2008 Share Posted October 20, 2008 The closing php tag is ?> not >? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.