Convert MySQL array in to normal array?
Posted: Sat Nov 22, 2008 10:16 am
What is the best method to convert a MySQL array in to a normal array?
...to...
Code: Select all
Array ( [0] => 36 [tag_id] => 36 )
Array ( [0] => 37 [tag_id] => 37 )
Array ( [0] => 38 [tag_id] => 38 )Code: Select all
36,37,38