|
|||||||||||
|
Re: PHP and "Register_Globals"
From: Nasir Simbolon <nasir(at)3wsi.com>
Date: Sun Mar 30 2003 - 23:59:03 EST > I soon realized the security issues, and wrote my own
use Variable variables, a feature of PHP. Put this in the beginning of your scripts
/* Make $_POST variables global */
${$key} = $val;
/* Make $_GET variables global */
${$key} = $val; you will get variables $_POST and $_GET registered globally. regads, Nasir Simbolon Received on Mon Mar 31 01:26:20 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:49 EDT |
||||||||||
|
|||||||||||