Re: Subject: ini_set ...
[email protected] ("Neil Smith [MVP, Digital media]")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
At 14:12 21/03/2008, you wrote: >MIME-Version: 1.0 >Content-Type: text/plain; > charset="US-ASCII" >Date: Fri, 21 Mar 2008 10:11:58 -0400 >Message-ID: <[email protected]> >From: "VanBuskirk, Patricia" <[email protected]> >To: <[email protected]> >Subject: ini_set ... > >I have the line "ini_set('display_errors', 'on');" in my code, but it is >not working. Does it need to be the first command on the page? Assuming you're not in safe mode, did you already enable in your script : error_reporting(E_ALL); See also the 2 important NOTE sections below display_errors : http://uk2.php.net/manual/en/ref.errorfunc.php#ini.display-errors HTH Cheers - Neil