
19/09/2006, 22:56
|
| | Fecha de Ingreso: septiembre-2005
Mensajes: 78
Antigüedad: 19 años, 6 meses Puntos: 0 | |
inicio hola
no existe en ninguna parte del codigo donde verifiques si la consulta te devuelve algo
while($row = mysql_fetch_array($result))
{
$var= $row["id"];
}
luego hace un if preguntando si var tiene o no informacion
if $var>0
header(...)...
else
error.... |