|
checkbox[] array into mysql... OUT?
I have a multi checkbox entry that I want to place into a mysql database.
I then need to pull the array data out of the db and display into a <select> box.
I know this is easy, but have not found the way to accomplish the task.
I have tried numerous ideas I have found from the web, but nothing works - most of the timem I get "Array" displayed
I have tried searilize() but just get s:5:"Array"
Any help would be appreciated...
David
|