vietkieu_cz
10-01-2006, 07:52 PM
I've a sample code,
here
$query = $db->query_read("SELECT title FROM thread WHERE forumid = 2");
while ($hienthithreads = $db->fetch_array($query))
{
$hienthithreads[title] = $hienthithreads[title];
}
Is there any wrong ?
And how do I do to show Selected Threads on forum?
Thank you and sorry for my bad English :surprised:
here
$query = $db->query_read("SELECT title FROM thread WHERE forumid = 2");
while ($hienthithreads = $db->fetch_array($query))
{
$hienthithreads[title] = $hienthithreads[title];
}
Is there any wrong ?
And how do I do to show Selected Threads on forum?
Thank you and sorry for my bad English :surprised: