If I do this..... 6: <?$article = mgd_list_topic_articles($topicnum,"score"); ?> 7: <table border="0" cellpadding="0" cellspacing="5" width="244" height="110" align="center" bgcolor="#ffffff"> 8: <tr height="100"> 9: 10: <? if ($article) for ($i = 0; $i < 1 && $article->fetch(); $i++) ?> 11: <?}?> I don't seem to be able to control which of the returned is chosen by the loop...I want the first alphabetically (which is actually _space_NAMEofRECORD...the space hopefully forcing it to the top of the list) I have tried all sorts of sorting methods, alpha, title, score, but it always returns what appears to be the last record created...uh? kp --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
