line 42:
PHP: › <?php foreach ($_GET as $secvalue) { ?>
line 57:
PHP: › <?php foreach ($_POST as $secvalue) { ?>
the $_GET and $_POST are new forms of the global PHP variables $HTTP_GET_VARS and $HTTP_POST_VARS. what version of PHP are you (or your host) using?
_________________
