On Thu, 17 May 2001 17:37:31 -0500
"Miles Scruggs" <[EMAIL PROTECTED]> wrote:

> How is it possible that I'm getting 404 errors on any article that I try
> to pull up with the new page that I have made?  
> 
> www.host.com/news/   displays just fine, but as soon as I type.

Is this page set to "active"?

> 
> 
> www.host.com/news/18.html  (Which is a valid article)  I get   the 404
> errors.  If someone could please help me.  I'm assuming the following
> code is all I need to detect a article
> 
> <?
> $id = $argv[0];
> if ($id) $article = mgd_get_article($id);
> 
> ?>
> <? if ($article) { ?>
> 
> Do something here
> 
> <? } Else {  ?>
> 
> Display page  (which works fine)
> 
> <? } ?>
> 
> That is all Anyone have any insight?
> 
> Miles
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
Best regards,
Sergei Dolmatov.

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

Reply via email to