On Fri, 2007-08-10 at 11:00 -0400, Daniel Brown wrote: > > Remember to clean that input before you sit down at the table, there, boy! > > It's safe to ignore the `Undefined index` notices. That will just > appear if a variable is referenced without first being instantiated or > defined. No biggie, just put this at the head of your code: > > ini_set("error_reporting",E_ALL & ~E_NOTICE); I'm in the "that's sloppy and poor style" camp for the above setting. Cheers, Rob. -- ........................................................... SwarmBuy.com - http://www.swarmbuy.com Leveraging the buying power of the masses! ........................................................... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php