From: "John Nichel" <[EMAIL PROTECTED]>
> Steve Douville wrote:
> > Take a look at www.oscommerce.com
>
> Does oscommerce still require register_globals to be on?
>
> http://php.resourceindex.com/Complete_Scripts/Shopping_Carts/

Even if it does, you can't instantly equate that as being a Bad Thing. I'm
sure you know this, but for other's sake, you can program securely even if
you have register_globals ON... you just have to know what you're doing and
use good programming practices.

The register_globals setting doesn't matter... it's whether you choose to
accept the programmers code as being secure enough for your needs or not.

;)

---John Holmes...

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

Reply via email to