Pages vues depuis 25/05/2001 : 108 401 260
Index du forum »» Questions »» News d'un auteur
$xtab=news_aff("libre", "WHERE informant='$uname' ORDER BY sid DESC LIMIT 10", '', 10);
$story_limit=0;
while (($story_limit<10) and ($story_limit<sizeof($xtab))) {
list($sid, $catid, $aid, $title,$time,$text,$z,$comment,$a,$b,$toto) = $xtab[$story_limit];
$story_limit++;
themeindex($uname, $uname, $time, $title, $comment, $topic, $text, $notes, $morelink, $topicname, $topicimage, $topictext, $sid);
}