Well, the reason you don't see the post if you render first is because print_output() exits the script, so it doesn't return. Maybe the reason you get a blank page if you render last is because something before it is causing an error, but I don't see offhand what's wrong. If error messages are turned off, maybe you're not seeing the error message?
Edit: if you're seeing the post when you post first, then maybe that means the problem is with one of the build counter functions. Maybe you need to inlcude includes/functions_databuild.php?
|