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.....

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

Reply via email to