I started putting some mysql refrences and then the screen went blank with no source code...
any idea what wrong?
I don't really know what happened to it so i don't what to ask. Ask me anything that might help...
electricocean
mcavic
5:41 am on Jun 15, 2005 (gmt 0)
Probably a syntax error in the script. If you have access to the command line on the server, try running the script manually (php index.php) and it should output any error messages.
Or, check your apache error_log.
mincklerstraat
6:11 am on Jun 15, 2005 (gmt 0)
And of course error_reporting(E_ALL); is your friend during development - just make sure you remove it before you deploy.
dreamcatcher
7:28 am on Jun 15, 2005 (gmt 0)
Are you using @ to mask errors with include files? Its probably a missing quote or semi colon in an include file and the error is not being shown.