Error level
จาก Wiki2
If you would like to be warned about variables that have not been assigned, you should change Cross-Reference the error-reporting level to E_ALL (the highest level possible) from the default level of error reporting. You can do this either by including the statement error_reporting(E_ALL); at the top of a script or by changing your php.ini file to set the default level (see Chapters 30 and 31).
