
29/06/2007, 07:18
|
 | | | Fecha de Ingreso: diciembre-2003 Ubicación: Chile
Mensajes: 1.855
Antigüedad: 21 años, 3 meses Puntos: 89 | |
Re: Redireccionar paginaº Pues sería algo así...
$sql = 'Consulta sql...';
if(mysql_num_rows($sql)>0) header('Location: datos.php'); die();
else header('Location: noexiste.php'); die();
mysql_free_result($sql);
Algo así, me imagino XD
Nos vemos. |