Forum Moderators: phranque
On the home page of the first web site I want a form input box where the user inputs their email address, they click SUBMIT, the form content then gets sent to the other website where it can be processed by the php page and the email address can be inserted into a database.
Is it possible using a plain .htm file to use the post action to attach the email address as a string so that it can be used by the php page. Are there any issues that i should know about?
Hope someone can lend a thought.
AFAIK your situation isnt different from any other other than the fact you have to point the form to a diff. server....the $_POST or $_GET variables will be available as usual.