Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/09/2003, 11:52
Jordi1
 
Fecha de Ingreso: abril-2003
Mensajes: 656
Antigüedad: 21 años
Puntos: 1
el error te dice que no hay array que no hay salida,

Código PHP:
//¿que tabla es $tipo ?

    
$result=mysql_db_query("dolarweb","select * from  '$tipo' Where titulo = '$titulo'") or die ( no rulla);
    
//Meto los resultados en variables
    
while ($row=mysql_fetch_array($result))