Listing mysql data using php
Hello,
I am very new to PHP but want to learn a little about it.
How can I list the contents of my mysql database in a column like fashion.
not this: Some Address Some City Some State Some Zip
I want the fields from my table displayed like this:
id_address
Some Address
Some City
Some State
Some Zip
id_address
Some Address
Some City
Some State
Some Zip
any help is appreciated for this novice, kay
|