A little bit of everything…
RSS icon Home icon
  • Saving multiple selections from drop down list to database

    phpThis 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.

    Read the rest of this entry »