
Ok Ok, so i'm in here a lot, this time I have to bitch about something new that I have gotten into.
I have ID : ITEM : PRICE : DATE CODE: COMMENT : IMAGE

ok so I can disply all this info in a php form, BUT how would I pull a queary out that would ONLY display the data that was MACHED a code like say September2001 or October2001?
$sql = "SELECT * FROM `gallerys` ORDER BY ID ASC";
Any help on this would be good.
