![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/07/2006, 16:17
|
| | Fecha de Ingreso: diciembre-2004 Ubicación: Cordoba - Argentina
Mensajes: 503
Antigüedad: 20 años, 1 mes Puntos: 1 | |
Ya lo resolvi
Código:
$q="select * from usuarios where nick='$nick' or email='$email'";
$res=mysql_query($q,$link);
$cant=mysql_affected_rows($link);
if ($cant>0)
|