I think you still forgot the "$" sign on the top line before "check"? It gives me a parse error until I add the $ back in. smile

Is this correct?

Code
function do_form_check($check, $value_hash) {

$doomed = create_form_check($value_hash);
// print "!$doomed!$check!";
$return = $doomed == $check ? true : false;
return $return;
} // end do_form_check


- Allen
- ThreadsDev | PraiseCafe