Usually you would name your select list with brackets like:
<select name="selectedCats[]"
That way when submitted it would create an array from the values in the $_POST['selectedCats']. Then you could loop through that array doing your inserts.
Usually you would name your select list with brackets like:
<select name="selectedCats[]"
That way when submitted it would create an array from the values in the $_POST['selectedCats']. Then you could loop through that array doing your inserts.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.