I have a user database where a year has to be put in. Now, I want to compile a list of each different year and how many users are in that year. Is there a way to do this beyond coding for each year: SELECT * FROM students WHERE year = '1983' ? - Kath
- Re: [PHP] Odd PHP/MySQL Question Kath
- Re: [PHP] Odd PHP/MySQL Question Julian Wood
- RE: [PHP] Odd PHP/MySQL Question Hoover, Josh