How to store array data in MySQL database using PHP & MySQL?
- by Cyn
I'm new to php and mysql and I'm trying to learn how to store the following array data from three different arrays friend[], hair_type[], hair_color[] using MySQL and PHP an example would be nice. Thanks
Here is the HTML code.
<input type="text" name="friend[]" id="friend[]" />
<select id="hair_type[]" name="hair_type[]">
…