Hello all,
I keep running into a problem with one of the PHP-based projects I'm working on. According to Eclipse, my code doesn't have any syntax errors, but whenever I try to run said code, I get a blank screen instead of a confirmation message.
I feel like I'd be able to figure out what the problem is, except no matter what method I try to turn on error reporting, nothing seems to work. Is this ability disabled on the toolserver for some reason, or are the methods described everywhere on the internet not the way to go in our particular case?