mrcore
wiki
Search
Loading Search ...
Post Files
Post
#
244 Info
View Simple
View Raw
Sign In
PHP Snippets
Post
#244
by mreschke 2011-04-14 19:53:19 updated by mreschke 2014-09-29 14:17:08 (2359 views)
scripts
snippets
php
Small miscellaneous PHP code snippets and scripts
Post Content
Loop Forms
Loop Forms
[-]
[--]
[++]
Loop Forms
while (list($key, $value) = each($_POST)) { echo "$key - $value
"; }