On Thursday 09 June 2005 23:08, Greg Donald wrote:
> On 6/9/05, Jochem Maas <[EMAIL PROTECTED]> wrote:
> > whats your take on ifsetor()?, personally I would like to see it. I
> > think its a great way to teach newbies about checking vars before use
> > (if nothing else)
>
> That and error_reporting( E_ALL );

and

    ini_set('display_errors', TRUE);

So they don't have to figure out where the error log is (yet).

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
New Year Resolution: Ignore top posted posts

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to