eh si certo...Originariamente inviato da cris.calleo
Dai, però sto facendo progressi![]()
Per lo meno sono sulla strada giusta...
Codice PHP:
$header_tabella = array();
$query1 = mysql_query("SELECT * FROM XXXX
WHERE XXX='1'");
while ($row = mysql_fetch_assoc($query1)) {
$oggetti[] = $row['ogetto_descrizione'];
echo "<tr><th>".implode("</th><th>",$oggetti).'</th></tr>';