<[EMAIL PROTECTED]> wrote in message
010001c20934$a71ab550$0200a8c0@JohnH">news:010001c20934$a71ab550$0200a8c0@JohnH...

>I am not sure how to get the newest records to display at the top. Rather
than the bottom.
>There is no looping yet as I am not sure how to do it. Can I reverse to
results array or
>something? Every month is in a new set of cells.

You should be able to reverse the order the recordsets are returned by
adding "DESC" after "ORDER BY id".

You say you don't know how to loop it, but you already have a loop ( "for
($i=0; $i < $num_results; $i++)" ) - which part do you feel also needs
looping?


--
--------------------------------------------
_ _
o o    Jason Teagle
 <      [EMAIL PROTECTED]
 v
--------------------------------------------



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

Reply via email to