Looking for help with a very strange problem.
I have a DatabaseConnection class stored in a file called db.class.php in the include folder of my site.
I include this using the line
include_once 'include/db.class.php';
When the script hits the Class file it stops there.
Any help with this would be appreciated