I on my drop down boxes it keeps on selecting more than one option I just want it to select out of one row... for some reason this won't work
nothing shows -
$query["cost1"] = "SELECT ourprice as text, ourprice as value FROM `fruitinventory` WHERE seeddescription='%s' AND fruitdescription='%s'";
Something shows but mulpilte items -
$query["cost1"] = "SELECT ourprice as text, ourprice as value FROM `fruitinventory` WHERE fruitdescription='%s'";