Contact Form
// Print form field errors if present if (count($contacter_form_error)>0){ print '
Something is amiss:
'."\n"; print '
'."\n"; foreach($contacter_form_error as $form_err) { print "
$form_err
\n"; } print '
'."\n"; } ?>