Page 1 of 1

need some help

Posted: Mon Apr 03, 2006 11:43 am
by bk
is there any way to specify the following tag to only one page?
php_flag display_errors on
I want the errors for only a specific page to show up. Please Respond, Thanks

Posted: Mon Apr 03, 2006 11:49 am
by Luke
ini_set() I think

Posted: Mon Apr 03, 2006 11:53 am
by RobertGonzalez
ini_set().

Here is a list of the items that can be controlled with ini_set. Read the user comments on this page also for a way to do what you want using .htaccess.