iMoon Posted July 28, 2010 Share Posted July 28, 2010 I seem to have a problem with a PHP page I made. When executed on the server, it loads with a filesize 0 and for some browsers, says it does not exist. I believe that the cause is because it is not parsing due to a syntax error. I've busted my @$$ over this code, trying to find the issue, but cannot find it. Here is the whole page's code on pastie: http://pastie.org/1064160 Quote Link to comment https://forums.phpfreaks.com/topic/209132-php-page-not-loading/ Share on other sites More sharing options...
ChemicalBliss Posted July 28, 2010 Share Posted July 28, 2010 $moveChoice is not defined anywhere in your code. (I hope your not expecting to use GLOBALS ). other than that, remove parts of the code until it works, narrow down the culprit. -cb- Quote Link to comment https://forums.phpfreaks.com/topic/209132-php-page-not-loading/#findComment-1092251 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.