![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/03/2006, 06:33
|
| | Fecha de Ingreso: noviembre-2005 Ubicación: venezulea
Mensajes: 214
Antigüedad: 19 años, 2 meses Puntos: 0 | |
como dice malued así no me funciona.
estoy colocandolo de esta manera
$sql2="SELECT mail, nombre, apellido FROM Usuarios WHERE login=$login_e";
$execute_sql2=mysql_query($sql2);
$separador="";
if (isset($execute_sql2) && mysql_fetch_row($execute_sql2) > 0){ //linea 19
$row=mysql_fetch_array($execute_sql2);
$mail_e = $row['mail'];
}
Pero tampoc me funciona me da el siguiente error:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /opt/IBMIHS/BancaribeAdmin/i_envioMail.php on line 19
Por favor Agradecería su ayuda. Gracias |