Special Photo Exhibits
61 to 45 of 45
I 1 2 3 4 I

Error getting the Images.

$str_sql is: SELECT s.User_ID, p.Name_Str_First, i.Title, i.Price, IF(INSTR(LOWER(i.Price), '.o.r') >= 1 OR INSTR(LOWER(i.Price), 'request') >= 1, 1000000, REPLACE(REPLACE(i.Price, '$', ''), ',', '') * 1) as numPrice, i.Image_Date, i.create_date, i.image0_src, i.ID as ImageID, REPLACE(p.Photog_LN, 'Anonymous','zzUnknown') as mod_Name, i.Print_Date, i.Medium FROM Image_showcase s LEFT JOIN Image i ON (s.Site_ID = i.Site_ID and s.User_ID = i.User_ID) LEFT JOIN I_Photographer p ON i.Photog_ID = p.ID LEFT JOIN Site t ON s.Site_ID = t.ID WHERE s.Is_Valid = 1 and s.Showcase_ID = ? and s.Site_ID = ? and i.ID != 'NULL' ORDER BY s.I_Order LIMIT 60, 12

61 to 45 of 45
I 1 2 3 4 I