Aleix Cortadellas
A little bit of everything…
-
Saving multiple selections from drop down list to database
This post will teach you how to process and store multiple selections from a form element into a MySQL database, using PHP. In order to understand how it works, you will need basic knowledge of PHP arrays, because they’re necessary for achieving the results.If you still don’t know what arrays are and how do they work, read Tizag’s array tutorial first.


