Your php page is unexpectedly rendering as totally blank. Which step will shed light on the problem?
make sure you are not missing any semicolons
all of these answers
check the server error logged
Add this code to the top of your script: ini_set('display_errors',1);
ini_set('display_errors',1);