Witaj armand,

W Twoim li�cie datowanym 25 lipca 2001 (05:41:36) mo�na przeczyta�:

anen> aha... I now assume you have this LETTER in $letter, and the id of topic
anen> reviews in $id :

anen> <?php
anen>   $article = mgd_list_topic_articles_all($id)
anen>   while($article && $article->fetch()){
anen>    if(eregi("^$letter", $article->title)) {
anen>      ?>Title: &(article.title);<br><?php
anen>    }
anen>   }

anen> Better?

Yes, good example. Frankly, I did it in this way.
But isnt it some unefficient? It checks each article in sorted list.
I know it can be the only way, but maybe we could try to find better.


-- 
Pozdrowienia,
 Rogaty                            mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to