RE: [PHP-DB] ini_set ...

[email protected] ("VanBuskirk, Patricia")
Newsgroups php.db
Message-ID <[email protected]>
I have full access to the php.ini file, which is what I do now to
test... go there, change the file, restart the IIS service, etc.  I read
somewhere recently where they used this line in their code, and I
thought how convenient that would be ... just haven't been able to get
it to work.  I will try "true" instead of "on" and see if that works.
Does it go back to the default on it's own, or do I need to hard-code
that in the page when I'm done?

 

Thanks Isaak!

 

 

From: Isaak Malik [mailto:[email protected]] 
Sent: Friday, March 21, 2008 10:16 AM
To: VanBuskirk, Patricia
Subject: Re: [PHP-DB] ini_set ...

 

 

On Fri, Mar 21, 2008 at 3:11 PM, VanBuskirk, Patricia
<[email protected]> wrote:

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?

Trish

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


You can call this function anywhere in your file, I'm using:
ini_set('display_errors', 'True');

without a problem.

If you're on a shared hosting environment it's possible that the
adminstrators have disabled this function or feature.
-- 
Isaak Malik
Web Developer
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.