mysql_fetch_array
will give me an array of a fetched row. What's the best way generate an array from the values of all rows in one column?
Edit: Lots of great answers. Thank you everyone who replied! I ended up going with a solution similar to what Gumbo and GSto suggested. I gave the answer points to GSto because he has less points (just helping out the little guy, nothing personal).