From: "Cameron B. Prince" <[EMAIL PROTECTED]> > I'm creating some strings from array elements obviously. The issue is, the > array elements don't always exist depending on which function you are > running. And when they don't, the server log is full of undefined index > errors. Is there a way I can avoid these errors without adding a > "if(isset(...))" around each one?
Adjust your error_reporting() level so these notices don't show up. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php