Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/09/2003, 10:59
Jordi1
 
Fecha de Ingreso: abril-2003
Mensajes: 656
Antigüedad: 21 años
Puntos: 1
cro que te falta comillas en las variables
Código PHP:
$tipo     $_GET["tipo"];
    
$titulo    $_GET["titulo"];
    
$result=mysql_db_query("dolarweb","select * from '$tipo' Where titulo = '$titulo'");
    
//Meto los resultados en variables
    
while ($row=mysql_fetch_array($result))