is |
Subversion Repositories: |
Rev 3 | Rev 4 | |
---|---|---|
Line 35... | Line 35... | |
$_GET=sanitize($_GET); |
$_GET=sanitize($_GET); | |
$_COOKIE=sanitize($_COOKIE); |
$_COOKIE=sanitize($_COOKIE); | |
$_REQUEST=sanitize($_REQUEST); |
$_REQUEST=sanitize($_REQUEST); | |
|
| |
foreach ($_POST as $var => $value) { |
foreach ($_POST as $var => $value) { | |
${"$var"}=$value; | ||
} | ||
| ||
foreach ($_GET as $var => $value) { | ||
${"$var"}=$value; |
${"$var"}=$value; | |
} |
} | |
|
| |
// check if a subform is submitted |
// check if a subform is submitted | |
$__redirect = NULL; |
$__redirect = NULL; |