PHP access all $_POST[] variables into an array?

前端 未结 3 581
清歌不尽
清歌不尽 2020-12-13 10:56

how to capture all fields in the $_POST VARIABLE? into an array?

$email = $_POST;
$emails = array_keys($email);
foreach($emails as $email) {
            


        
3条回答
提交回复
热议问题