![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/05/2006, 10:24
|
| | Fecha de Ingreso: julio-2003 Ubicación: Buenos Aires
Mensajes: 96
Antigüedad: 21 años, 7 meses Puntos: 0 | |
tambien puedes utilizar sesiones:
session_start();
if ($falloIngreso)
$_SESSION[entradas]++;
if ($_SESSION[entradas] >= 3)
header("location: error.php");
else
header("location: form.php"); |