[insert_php]
// get all of the info passed to this form
if (!empty($_POST)) {
( ($_POST) ? ($postvars = &$_POST) : ($postvars = &$HTTP_POST_VARS) );
while ( list($key,$value) = each($postvars) ) {
$$key = addslashes ( htmlentities ( strip_tags ( trim ( $value ) ) ) );
$key = addslashes ( htmlentities ( strip_tags ( trim ( $key ) ) ) );
echo $key . ' = ' . $$key . '
';
}
}
[/insert_php]
Thank you - we'll be in touch soon. Meanwhile, kick back, relax, and enjoy our website!
(process form data, send to filemaker)