Search found 1 match

by lowmips
Sat Nov 29, 2008 4:52 pm
Forum: PHP - Code
Topic: require_once not showing parse errors
Replies: 0
Views: 110

require_once not showing parse errors

Hi all, I have some code that includes another file using the require_once function, however there were some parse errors in that file and my script simply died. There were no errors shown, the html output simply ended where the require_once call for that file was. I eventually figured out the probl...