Jump to content


Photo

Erro


  • Faça o login para participar
Nenhuma resposta neste tópico

#1 jpsapi

jpsapi

    Novato no fórum

  • Usuários
  • 14 posts
  • Sexo:Não informado

Posted 28/04/2004, 14:49

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!




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq