|
|||||||||||
|
PHP and "Register_Globals"
From: Ulrich P. <spam(at)wir-sind.org>
Date: Sat Mar 29 2003 - 12:57:42 EST
newer php-versions have set "register_globals" to "off" by default. i programmed a huge php-project during the last year and didn't start using the global POST and GET-arrays, so if a form contains <input type=text name=age> if use $age in my scripts. I soon realized the security issues, and wrote my own validation-functions, ... to handle all the XSS and SQL-injection problems. my question is now: my app is 'safe', but what do I do if my future webhost has register_globals to 'off'? regards, Ulrich Received on Sat Mar 29 13:09:56 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:49 EDT |
||||||||||
|
|||||||||||