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
need some help
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
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.
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.