Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/03/2006, 06:33
ostayde
 
Fecha de Ingreso: noviembre-2005
Ubicación: venezulea
Mensajes: 214
Antigüedad: 18 años, 5 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