Help for this page
$valuestring .= $db->quote({$_}) .",";
$db->prepare("INSERT INTO bla col=?, othercol=? ..."); $db->execute($value1,$value2 ...);