foreach($_POST as $key => $value) { if(preg_match('/^desc/', $key)) { // du når objektet via $_POST[$key] } }