Trying to process form data
Posted: Wed Jul 18, 2007 11:03 am
I am new to php. I barely know any code and try to work from examples.
I have a form in a pdf file and I am trying to submit the form data to formmail.php which is hosted on my server. Adobe Acrobat submits the form data encoded as HTML. However, formmail complains that there is no action defined in the submission process. To get around this, i thought it would be a good idea to through one php file and use something like cHTTP to send it to the formmail.php.
Is this feasible? Would anyone have any advice on how to do this?
Thanks for any help.
I have a form in a pdf file and I am trying to submit the form data to formmail.php which is hosted on my server. Adobe Acrobat submits the form data encoded as HTML. However, formmail complains that there is no action defined in the submission process. To get around this, i thought it would be a good idea to through one php file and use something like cHTTP to send it to the formmail.php.
Is this feasible? Would anyone have any advice on how to do this?
Thanks for any help.