<?php //Register $_GET variables while (list ($k, $v) = each ($_GET)) { $$k=$v; }
//Register $_POST variables while (list ($k, $v) = each ($_POST)) { $$k=$v; }
?>
So this snippet ion the top of whichf files in MidgardLite ? Will this get my site up relatively stable?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
