advanced code snippet search
nebojsac on 07/14/11
php post foreach
07/14/11 12:37am
foreach($_POST as $key => $val) { $$key = stripslashes($val); }
Report this snippet Tweet
Comment:
You need to login to post a comment.