Hi everyone
Is there a way in php one can output all the form variables and their values after submitting. for example I have a form that is being submitted to let say parseFrom.php. On parseFrom I want to print out all the keys as well as their values like this
name = paul
lasname = james
Thanks in advanced.
gizzmo!