need some help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bk
Forum Newbie
Posts: 1
Joined: Mon Apr 03, 2006 11:41 am

need some help

Post 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
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

ini_set() I think
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
Post Reply