//Allow form to be refilled if there is an error
foreach($_POST as $key=>$value)
{
  $$key = $value;
}