PHP expert |
|
heb deze fout wel vaker maar kom er nu echt niet meer uit
Citaat: Parse error: parse error, unexpected T_ELSEIF in /usr/export/www/vhosts/funnetwork/hosting/ultimatum/user/admin/first_admin.php on line 60
het gaat om dit script (zal alleen regels 55-65 hier neerzette omdat het in dit geval om regel 60 gaat )
echo "You need to retype the image";
}elseif (!isset($_COOKIE['hash'])) {
echo "Something went wrong";
}else{
$real = $_COOKIE['hash'];
}elseif ($answer != $real) {
echo "You entert the wrong characters";
}elseif ($chk_name != 0) {
echo "Sorry, there the username $username is already taken.<br />";
$chk_mail = mysql_num_rows($chkmail);
}elseif ($chk_mail != 0) {
echo "You need to retype the image"; }elseif (!isset($_COOKIE['hash'])) { echo "Something went wrong"; }else{ $real = $_COOKIE['hash']; }elseif ($answer != $real) { echo "You entert the wrong characters"; }elseif ($chk_name != 0) { echo "Sorry, there the username $username is already taken.<br />"; }elseif ($chk_mail != 0) {
|