$query = $db->prepare("INSERT INTO market SET accountid =?, borsa =? "); $insert = $query->execute(array( $kul_id, $p_borsa));