" maxlength="50" />
" maxlength="255" />
if ((trim($what) == '') or (trim($name)=='') or (trim($email)=='') or (trim($comment)=='')) {
if ((trim($what) == '') or (trim($name)=='') or (trim($comment)=='')) {
if (!$comments->validEmail($email)) {
$errormsg = $comments->getString('note_invalid_email');
$sofarok = false;
}
It looks like you're new here. If you want to get involved, click one of these buttons!