All,
One more question (never ending right???)
If I have a list of names to pull from (Mitch, Bob, Randy, Simon, Paul & Will)
in a MYSQL database. How can I query them into a web page using select * from XXXXXX and display them 3 per line?
Ex:
Mitch Bob Randy (on one line)
Simon Paul Will (on the next) and so on and so on?
I can only seem to list them vertically top down, not conditionally across on multiple lines.
Thanks in advance,
MO
One more question (never ending right???)
If I have a list of names to pull from (Mitch, Bob, Randy, Simon, Paul & Will)
in a MYSQL database. How can I query them into a web page using select * from XXXXXX and display them 3 per line?
Ex:
Mitch Bob Randy (on one line)
Simon Paul Will (on the next) and so on and so on?
I can only seem to list them vertically top down, not conditionally across on multiple lines.
Thanks in advance,
MO
Comment