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