MySQL Multiple INSERT

admin

Administrator
Staff member
Hi all,

I'm trying to insert an array into a table in mysql where one user can have many choices in the same field.

example:
name = "joe";
age = "37";
game_titles = "222, 333, 444";

Can somebody help me?
 
Back
Top