Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Php array help


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)");
}


Thread source:: http://www.webmasterworld.com/php/4507837.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com