codice:
$query7 = " SELECT * FROM argomenti WHERE id_forum='$i' ";
$res7 = mysql_query($query7, $db) or die(mysql_error());
while( $j = mysql_fetch_array($res7) ){
      $topic=$j[id_argomento'];
...

Ciao a tutti!

In pratica vorrei che il while passasse tutti i record della SELECT, e che $topic acquisisse ogni volta il valore aggiornato del id_argomento!

Dove sbaglio??

Ciao e grazie
Simo