Cod. Vision: 8086
Cod. MRT:
Formato: DVD
Fondo:
$sql = "SELECT titolo_it as fonte_lable, sigla as titolo_fonte from lungometraggi2fonti, fonti where id_lungometraggo = ".$data['id'] . " and fonti.id_fonte = lungometraggi2fonti.id_fonte order by titolo_it asc ";
$results = mysql_query($sql) or die(mysql_error());
while($fonti = mysql_fetch_array($results)) {
?>
} ?>