function last_post($limit, $lim, $punkt='> ') { $query = "SELECT * FROM $forum_post_tbl ORDER BY post_time DESC LIMIT 5"; $forum_id=$r['forum_id']; $topic_id=$r['topic_id']; $author=$r['poster_id']; $query2 = "SELECT * FROM $forum_user_tbl WHERE user_id='$author'"; $author=$r2['username']; $query3 = "SELECT * FROM $forum_topic_tbl WHERE topic_id='$topic_id'"; $title=$r3['topic_title']; if($len>=$lim) { $tit = $title; $len = $lim - 3; $title = $title."..."; } echo $punkt.'<a href="'.$phpbb_root_path.'viewtopic.php?f='.$forum_id.'&t='.$topic_id.'" title="dodal: '.$author.'">'.$title.'</a><br>'; } }
, czy może latin1