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!
i've installed apache 2.0.44 and php on winxp. everything seems doing fine except it shows no error messages or notices even there's error in my script. i've already set up error_reporting to e_all. is this some apache thing?
by default the option display_errors is disabled. Errors will not be printed to the output-stream (visible to the client).
You might either enable this or take a look at the server's errlog.