Steve Sobol wrote:
> 
> Is there a function to which I can pass an article ID to see if that
> article exists in the database? (apologies in advance if this is in
> the docs and I just missed it)
<?
$article=mgd_get_article($id);
if(!isset($article)) { echo "Article does not exist!"; }
?>

--
Alexander


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to