Ok I have asked this question before and nobody even has a clue on how this can be done. Hopefully you guys are smarter than my Professor (Hes a little slow to begin with)! Ok I have a combo box that can have Multiple selections and check this out... I want all those selections to be able to be inserted into the Database. We are using MySQL and the field is set to Text. Ok so I was trying to make this script just to see what the output is.. well am I retarted or do I not understand what is wrong with my script? This should work... Keyword == SHOULD.....
<?php
if(isset($go)){
echo"$box";
exit;
}
?>
<body>
<form method="POST" action="showbox.php">
<p><select size="5" name="box" multiple>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select></p>
<p><input type="submit" value="Submit" name="go"></p>
</form>
</body>
Any help would be greatly appreciated... Thanks!
Chad R. Smith
President of Broken Formula
www.brokenformula.com