Re: [PHP] how to show errors in browser

2004-11-17 Thread Jason Wong
On Wednesday 17 November 2004 22:00, Rayan Lahoud wrote: Hy, i am opening php files from my browser. If there are some errors in the php file i can not see what are the errors in the browser Put:     error_reporting(E_ALL);     ini_set('display_errors', TRUE); at the beginning of your

RE: [PHP] how to show errors in browser

2004-11-17 Thread Jack . van . Zanen
Hi In your PHP.INI there is a section that will take care of that ;; ; Error handling and logging ; ;; ; error_reporting is a bit-field. Or each number up to get desired error ; reporting level ; E_ALL - All errors and