| hwg-techniques archives | Jan 2003 | new search | results | previous | next |
Re: php & sorting rowsby "rudy" <rudy937(at)rogers.com> |
|
> What I can't figure out is how to sort the rows
frani, change your query from
SELECT * FROM lifemem
WHERE council = 'Allegany'
to
SELECT * FROM lifemem
WHERE council = 'Allegany'
ORDER BY lname
this way, the database does the sort, you just print
rudy
HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA