"Daniel Clark" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Are you looping through the record set?
>
> >> "SELECT * FROM NewsArchive WHERE YEAR(date) = '" . date('Y') . "' AND
> >>   MONTH(date) ='" . date('m') . "' ORDER BY sort DESC";
> >
> > Well, still not working...but maybe closer?  Not getting an error
message,
> > just not returning any data.....

Maybe there are no articles with a May date!?! Have you checked that - not
you Daniel ;)

Torsten

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to