I am new to PHP and have a query that returns 35 rows. Each row is a name, eg. "John Doe". How do i get the results to list out so i see
John Doe
Jane Doe
Matt Down
Michelle Down
etc.
and not
John Doe
John Doe
John Doe
This has to be simple, and if you could point to some good tutorials i would appreciate it.