pp wrote:

> $article = mgd_list_ropic_articles($my_topic->id);
> while (article->fetch()) {
> $a = mgd_get_article($id);
> <a href=&(a.id);?action=someaction> }

Shouldn't that be:

$article = mgd_list_ropic_articles($my_topic->id);
while ($article->fetch()) {
   ?><a href="&(article.id);?action=someaction"><?
}

> and there is no problem to see what is in url and type in browser 
> any number. For example 1 or 2 or 3 which points to other 
> articles, which can not be shown.

Come again?

Emile


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

Reply via email to