//function to check that there is no HTML in the comment field.
function screenForm($field_value){
$stripped = strip_tags($field_value);
if($field_value!=$stripped) { // something in the field value was HTML
return false;
}
else return true;
}
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home125b/sub004/sc70909-PDJV/desuzasieraden.nl/pollbooth.php:11) in /home125b/sub004/sc70909-PDJV/desuzasieraden.nl/includes/functions/sessions.php on line 98