[supersaibal]Originariamente inviato da MasterX
mi date una mano a come risolvere?

mi sto incartando... [/supersaibal]
codice:
$question = "SELECT * phpbb_topics WHERE forum_id = 1 
             order by topic_id desc  
             LIMIT 0 , 10 ";  
     
$query = mysql_query($question) OR die(mysql_error());  

while($row = mysql_fetch_assoc($query))  {
    
   echo "$row['campo1'] - $row['campo2'] -- ecc... ";

}
http://freephp.html.it/guide/lezione.asp?id=198