$post_keys = array(); $post_values = array(); foreach($_POST AS $key => $val) { $post_keys[] = $key; $post_values[] = $val; }