Hello. I have a form with several checkboxes... Right now, they all have the same name, so when i do a request.form on the name, i will get a value comma-spaced string.
Basically, i would like to know how to split this up and store it into the database.
Bookmarks