Ver Mensaje Individual
  #31 (permalink)  
Antiguo 03/10/2009, 17:13
joaowizard
 
Fecha de Ingreso: abril-2009
Ubicación: Miami
Mensajes: 182
Antigüedad: 15 años, 9 meses
Puntos: 8
Respuesta: Formulario Completo

BUENO, quedarían así:

<?php session_start();//verifico captcha

if ($_SESSION['tmptxt'] != $_POST['tmptxt']) {
echo "<script>alert(Codigo CAPTCHA INVALIDO)</script>";/
echo "<script>location.href=javascript:history.back ()</script>";
exit;
}
...y así con todos

el exit debe estar dentro de los IF .. PERO, de todas formas, puedes BORRAR todos los exit sin problemas .. funcionará igual... :)
__________________
-----------------------------------
Éxitos !!! .. joao