On Fri, May 20, 2005 3:06 pm, Mário Gamito said: > I have this server with "display_errors=Off" in php.ini > > Now that i'm developing a new site. is there some code i can insert in > the begining of a .php file to set only for this file (not sitewide) > "display_errors=On" ? Search http://apache.org for .htaccess and use "php_value display_errors 1" in it. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php