the code works fine on the server, the includes are fine there,
it's locally that is the problem, definitiely locally.
if I require() then the page refuses to load at all.
how do I turn error reporting on?
Also oddly enough phpMyAdmin works perfectly, and I assume that has includes in it ...
Could the problem be in my php.ini file?
I changed it so that it reads
include_path = ".;c:\Blunt\Root\"
doc_root = ".:c:\Blunt\Root"