Ver Mensaje Individual
  #10 (permalink)  
Antiguo 13/02/2011, 08:54
Avatar de FaredCesar
FaredCesar
 
Fecha de Ingreso: junio-2008
Mensajes: 41
Antigüedad: 16 años, 8 meses
Puntos: 0
Respuesta: Ayuda con MySQL y PHP

Pruebo el Codigo:
Código PHP:
Ver original
  1. $query = mysql_query("SELECT user, titulo FROM temas WHERE user IN (SELECT user2 FROM amigos WHERE user1 = 1)",$conecta);
  2. while ($row = mysql_fetch_array($query)){
  3.     print $row;
  4. }
y me sale:
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in /home/******/public_html/probar.php on line 4