mikemacx
03-12-2009, 09:40 PM
I'm very new to MYSQL and PHP, but thanks to these forums, I'm advancing quite well. Glad i found this forum!
Big thanks to user aedrin for showing an example of column output! :thumbsup:
I have a general question. I'm trying to list a page of art galleries in one state.My MYSQL table consists of (gallery_id(Primary), city_name , gallery_name, and web_link).
I've gotten as far as listing all of them in separate columns, but they are all together. I'm not asking for code, rather, I'm asking for someone to lead me in the direction of the subject I should be studying to output the array in groups by city_name. From my HTML site, here is visual of lists of two different types on the same page depending on how large the city galleries are in number:
A typical table row is structures as:
gallery_id = 1 city_name = Los Angeles gallery_name = acuna-hansen gallery web_link = http://www.ahgallery.com/ state = California country = United States continent = North America
Major City:
http://img266.imageshack.us/img266/8819/majorcity.png
And then grouped cities in other places:
http://img407.imageshack.us/img407/5991/groupedcities.png
Where do I begin to find my answer? Is this a MYSQL query format, a PHP output format, or both? Is this duel output format possible on one page using PHP?
Big up to the Coding Forums! :D
Big thanks to user aedrin for showing an example of column output! :thumbsup:
I have a general question. I'm trying to list a page of art galleries in one state.My MYSQL table consists of (gallery_id(Primary), city_name , gallery_name, and web_link).
I've gotten as far as listing all of them in separate columns, but they are all together. I'm not asking for code, rather, I'm asking for someone to lead me in the direction of the subject I should be studying to output the array in groups by city_name. From my HTML site, here is visual of lists of two different types on the same page depending on how large the city galleries are in number:
A typical table row is structures as:
gallery_id = 1 city_name = Los Angeles gallery_name = acuna-hansen gallery web_link = http://www.ahgallery.com/ state = California country = United States continent = North America
Major City:
http://img266.imageshack.us/img266/8819/majorcity.png
And then grouped cities in other places:
http://img407.imageshack.us/img407/5991/groupedcities.png
Where do I begin to find my answer? Is this a MYSQL query format, a PHP output format, or both? Is this duel output format possible on one page using PHP?
Big up to the Coding Forums! :D