On Fri, 2007-08-10 at 11:18 -0400, Daniel Brown wrote:
> On 8/10/07, Stut <[EMAIL PROTECTED]> wrote:
> > Bad Dan *slap*. Ignoring notices may be detrimental to your health
> > and/or well-being. Better to initialise it with a default if it has not
> > been set in the request.
> >
> > if (!isset($_GET['order'])) $_GET['order'] = 'Last';
> 
>     Ouch!
> 
>     So you're all going to tell me that you have E_NOTICE set to
> report on your sites?  Look, I didn't say it was the Right Way[tm],
> but it is safe to ignore.

I never disable E_NOTICE or even E_STRICT.

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

Reply via email to