I am new to PHP and I am trying to figure out the best way
to
accomplish a programming task. What I need is to take the
values from
a webbased Php form and submit them to various different
forms on other
URLs.
So my site "A" has a php form with several fields.
I take user values
from the users submission on site "A"'s php form
and populate and
submit a form on another website called site "B"
This submission on site "B" would be invisible to
the user that
submitted the form on site "A".
Also, the fields on site "A" may not be in the
same order as the other
website so I may need to reformat how the fields are
submitted to the
other website once the user hits submit on site
"A".
The form on site "b" may or may not be php based.
Can this be done securly in php and if so can anyone comment
on how?
If not anyone know how to accomplish this or where I could
look for
help?
Thank you.
|