PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Lately I've been receiving the document contains no data error message when testing my site. Typically I can debug this by moving die() statements through the code to see where the problem is. Once I get a die in the right place I'm typically rewarded with a regular parse error message. Does anyone know why, this parse error message wouldn't be displayed and I had to search using die() to find it?