Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/web919/html/testftp/includes/form_validation_class.php on line 12
das ist der fehler !
Hier die php
Zeile 11-15
// check for empty field
private function is_complete($field, $err) {
if (strlen(trim($field)) == 0) {
$this->error_msg .= '<li>'.$err.'</li>';
$this->return_val = false;
Danke schonmal
das ist der fehler !
Hier die php
Zeile 11-15
// check for empty field
private function is_complete($field, $err) {
if (strlen(trim($field)) == 0) {
$this->error_msg .= '<li>'.$err.'</li>';
$this->return_val = false;
Danke schonmal
Zuletzt bearbeitet: