The following code should insert each key-value pair in an array into a mathing column-value in a table. The script returns no errors but the the inserted row contains only
foreach($array as $key => $value){ $STH->bindParam(':' . $key,$array[$key]); }
Try that