<?php

// validation
$validationOK=true;
if (!$validation0K) {
  print "<meta http-equiv=\"refresh\" content=\"0;URL=error.html\">";
  exit;
}

?>