數據庫結構:多個MySQL查詢與多個PHP foreach循環
id galleryId type file_name description
1 `artists_2010-01-15_7c1ec` `image` `band602.jpg` `Red Umbrella Promo`
2 `artists_2010-01-15_7c1ec` `image` `nov7.jpg` `CD Release Party`
3 `artists_2010-01-15_7c1ec` `video` `band.flv` `Presskit`
我要拉出來的圖像爲應用程序的一個部分,在另一視頻等是更好地使多個MySQL像這樣各部分查詢:
$query = mysql_query("SELECT * FROM galleries WHERE galleryId='$galleryId' && type='image');
...或者我應該建立一個關聯數組,只是通過在陣列上,每當我需要使用結果集在循環?
感謝您的想法。
謝謝大家 - 這個(如果屬實的話)對我來說最合適,因爲每個類別中只有少數幾個文件。一個查詢是。 – jay 2010-01-15 19:39:08