foxphpbomb
Programmer
Say that I have a table row that holds sizes separated by commas: (<? echo mysql_result($result, $num, "itemSize"); ?> would print s, m, l, xl)
how can I load these into separate <option></option> fields?
how can I load these into separate <option></option> fields?