method="POST">
{$GLOBALS['message_1']}
\n"; } foreach($fields_1 as $field => $value) #36 { $type = $types_1[$field]; echo "
$value
\n"; } ?>
method="POST">
{$GLOBALS['message_2']}
"; } foreach($fields_2 as $field => $value) #82 { $type = $types_2[$field]; if($type == "select") #85 { echo "
$fields_2[$field]
"; foreach ($options[$field] as $opt_id => $opt_name) { echo "
$opt_name\n"; } echo "
"; } else { echo "
$value
"; } } ?>