Is there a way that a PHP script can parse HTTP_POST_VARS without knowing what the form fields names are? What I'd like to do, is have a script that could parse the form, and put each form element's name, and it's value into a variable, something like:
$elementname1, and $elementvalue1, and then just keep incrementing the number, and then it could store that info in an SQL database.
Please let me know... any ideas or even suggestions would be appreciated.
Thanks,
Justin Funston
jfunston@powersurfr.com