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))