> I have an array coming from a form that I need to insert into mySQL.
> example: name[], phone[], address[]

Use serialize() on the variable before inserting into the table and then
unserialize() after retrieving the data from the table.
Read up on both of the above functions for more information.

Chris

Reply via email to