> Not sure if there is an html tag or php that will tell a page not to > display > any errors on the page, but does anyone know how to do that? I want to > hide > any error that might be displayed, JavaScript or otherwise.
error_reporting(0); This will have no effect on JavaScript errors, though, because PHP is server side of course... ---John W. Holmes... Amazon Wishlist: http://www.amazon.com/o/registry/3BEXC84AB3A5E PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php