Hey -- for some reason the errors for my PHP won't show and it's driving me nuts! I'll never know what's wrong! Any clue how I can turn them on? =[
Is this on localhost or a paid server? It is just an ini file change but on shared hosting you may or may not be able to effect the change.
Try adding this directly at the top of your page: <?php error_reporting(E_ALL); ?> PHP: You might not want to use E_ALL, but that will show you all errors and warnings.