So when using this code on my form I get the following output:
WHILE:
p2p
on
category
Revenants
PHP:
Form (too long to post here): http://pastebin.com/5Gcsz42mCode:while($i = current($_POST)) { echo key($_POST); echo '<br />'; echo $i; echo '<br />'; next($_POST); }
Why doesn't it echo all of it?



Reply With Quote




Bookmarks