> 
> <?
> if ($argc == 1) $articlename = $argv[0];
> if ($articlename) 
>   {
>     $topic = 15;
>     $article = mgd_get_article_by_name($articleid, $topic);
>   }
> ?>

should be:
     $article = mgd_get_article_by_name( $topic,$articlename);


And don't forget :
if You name object with "My own article"
IE will produce "My%20own%20article", so You will get error 404.
The easiest way is name object with '_' instead of space.


Piotras

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

Reply via email to