ecco qui
Codice PHP:
...
while ($row = mysql_fetch_array($result, MYSQL_ASSOC))
{
echo "[url='$urlPath/viewtopic.php?topic=$row[topic_id]&forum=$row[forum_id]'][/url]
<a href='$urlPath/viewtopic.php?topic=$row[topic_id]&forum=$row[forum_id]'>" .
$row["topic_title"] .
"</a> inserito da <a href='$urlPath/profile.php?mode=viewprofile&u=$row[user_id]' target='_blank'>" .
$row["username"] .
"</a> il " .
date('F j, Y', $row["post_time"]) .
"";
}
...
![]()