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: <8CE764618AA99F4FB83198E126B457C4FB3AA5@xxxxxxxxxxxxxxxxxxx> From: "VanBuskirk, Patricia" <pvanbuskirk@xxxxxxxxxxx> To: <php-db@xxxxxxxxxxxxx> 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 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php