Submitting results to PHP

Posts are all done as name/value pairs unless you submit in XML format. Try sending the results via email .. then you will see all the Name/Value pairs.With relative exception ... the data in the post is VariableName=VariableValue (without the Var prefix)The "Post" or "Get" nature is whatever you set on the form submission or test submission. Since all variables are uniquely named ... it all comes across as one big form.Tim

Discussions have been disabled for this post