Depois que eu habilitei a opção register_globals = On alguns erros pararam, mas alguns continuam:
Notice: Undefined variable: cbbebe in c:\arqprog\easyphp1-7\www\formulario\resposta.php on line 71
Notice: Undefined variable: cbbebe in c:\arqprog\easyphp1-7\www\formulario\resposta.php on line 74
Código
<?php
if (($cbbebe) and ($cbfuma)) { linha 71
echo "Você bebe e fuma";
}
else if ((!$cbbebe) and ($cbfuma)) { linha 74
echo "Você fuma";
}
else if (($cbbebe) and (!$cbfuma)) {
echo "Você bebe";
}
else if ((! $cbbebe) and (! $cbfuma)) {
echo "Você não bebe e nem fuma";
}
?>
Alguém pode me ajudar nisso??
Grato!

Erro
Started By jpsapi, 28/04/2004, 14:49
Nenhuma resposta neste tópico
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)