Stupid Noob Can't Make Computer Work
Posted: Tue Nov 03, 2009 11:26 pm
I'm working on a database application in PHP, it is my first. I'm just testing out some of my server side logic with an html form to input data but I'm having problems. I think there is a syntax error in one of my files but, for some reason, nothing is being output to my browser. I know which file causes the issue because echos before the point where the require_once is run will work but if I echo after nothing happens. I commented out my requires and ran the code and it works as expected (which isn't very much but it still works). I also intentionally put a syntax error into my main file with the other two requires commented out and still no output to my browser about the error. If anybody could help me I'd greatly appreciate it.