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 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- Link to comment https://forums.phpfreaks.com/topic/209132-php-page-not-loading/#findComment-1092251 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.