How to grab all variables in a post (PHP)

Posted by ilhan on Stack Overflow See other posts from Stack Overflow or by ilhan
Published on 2010-06-17T01:31:16Z Indexed on 2010/06/17 1:42 UTC
Read the original article Hit count: 260

Filed under:
|
|

How to grab all variables in a post (PHP)? I don't want to deal with $_POST['var1']; $_POST['var2']; $_POST['var3']; ... I want to echo all of them in one shot.

© Stack Overflow or respective owner

Related posts about php

Related posts about form