trebuie sa mai faci inca un select in while, inainte de tabel:
$query = "SELECT baza1_descriere WHERE baza1_id = '".$rows['baza1_id']."'";
$result = mysql_query($query);
$vec = mysql_fetch_array($result);
iar unde vrei sa afisezi informatia in tabel scrii:
<td><? echo $vec['baza1_descriere'];



Răspunde cu citat