Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/05/2010, 17:23
Avatar de lukas4
lukas4
 
Fecha de Ingreso: octubre-2008
Ubicación: frente al pc
Mensajes: 496
Antigüedad: 15 años, 6 meses
Puntos: 12
Respuesta: No me cuenta...

trata asi:

Código PHP:
Ver original
  1. $cadena="SELECT * FROM backup.coleccions WHERE id = '". $row_otra['id']."'";
  2. echo "<br>$cadena<br>";
  3. $comprueba=mysql_query($cadena,$link_n) or die(mysql_error());
  4. $i=0;
  5. while($row=mysql_fetch_array($comprueba)){
  6.    echo $row[$i]."</br>";
  7. }
__________________
http://situcomo.blogspot.com
Karma is a Bitch... they said