![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/07/2005, 11:50
|
| | Fecha de Ingreso: mayo-2004 Ubicación: SurOeste de Guayaquil
Mensajes: 241
Antigüedad: 20 años, 8 meses Puntos: 0 | |
dime que base de dato estas usando: si es mysql seria asi
$sql = "select .......";
$rst = mysql_query(.....);
if(mysql_num_rows($rst) == 0 ) no hay registro
else hay registro
espero haberte ayudado
__________________ javier |