PHP & MySQL - Echo a List of Strings

BabulerMn

New Member
I am kind of stumped on the idea of echoing a list of strings from a mysql server. How would the process go? The format I want it to be is like this:\[code\]Name 1Name 2Name 3Name 4\[/code\]However each new name is in a new cell, and I don't know how to gather every single name from the mysql server. PHP is a very new language for me so please go easy :)
 
Back
Top