Parse error: syntax error, unexpected ';' in xxx-xxx
Salve a tutti sto cercando in tutti i modi di mettere nel mio register.php un captcha cosi da bloccare bot ecc..
Durante l inserimento del captcha nel register.php mi esce questa stringa di errore:
Parse error: syntax error, unexpected ';' in xxx xxx xxx on line 64
Non capisco il perche.. sara una cazzata ....
64= $this->err[4] = ($_SESSION['CAPTCHA'] != strtolower($_POST['captpost']) ||
isset($_POST['captpost']) && !empty($_POST['captpost']) ? "<li>Captcha
sbagliato</li>" : "";
65= if ( 0 < strlen( $this->err[0] ) || 0 < strlen( $this->err[1] ) || 0 < strlen( $this->err[2] ) || 0 < strlen( $this->err[3] ) || 0 < strlen( $this->err[4] ) )
66= {