Save PHP array to MySQL?

arashagha

New Member
What is a good way to save an array of data to a single mysql field? Also once I query for that array in the mysql table, what is a good way to get it back into array form?Is serialize and unserialize the answer?
 
Top