Page is a not externally linkable
whitecoder - 3:02 pm on Oct 14, 2012 (gmt 0)
Here's something I tried, I am aware of the security issues with what is sitting here that will be taken care of after I fix this issue.
$grab_title = $_POST['title_1'];
foreach($grab_title as $key => $val){
mysql_query("INSERT INTO vehicle_inspection (selection) VALUES ($val)");
}