hello all
i am trying to show last thread at my index
i try that but it dosent work
$lastt=$db->get_row("SELECT title FROM b_threads ORDER BY id DESC LIMIT 0,1");
print "- Last Thread : <b>".$lastt."</b><br/>";
and i want to link it to the thread
THANKS
i am trying to show last thread at my index
i try that but it dosent work
$lastt=$db->get_row("SELECT title FROM b_threads ORDER BY id DESC LIMIT 0,1");
print "- Last Thread : <b>".$lastt."</b><br/>";
and i want to link it to the thread
THANKS
Comment