Is there a Sytax I can use in the
<Form Method=Post Action=formname1.php>
so I can post the results of an input form to multiple files.
Basically I want to send the results to a data processor form which will add the information to a MySQL database (I have this part of the form working) and also email the results of the input form to an email recipient. (again I have a php form which will process this.)
I have combined the php code on the same page, but if I use the processor form for editing data it keeps emailing the results as the data is processed, which can be frustrating.
I just need to post the submitted data to two forms
Any ideas?
TIA
Nigel
<Form Method=Post Action=formname1.php>
so I can post the results of an input form to multiple files.
Basically I want to send the results to a data processor form which will add the information to a MySQL database (I have this part of the form working) and also email the results of the input form to an email recipient. (again I have a php form which will process this.)
I have combined the php code on the same page, but if I use the processor form for editing data it keeps emailing the results as the data is processed, which can be frustrating.
I just need to post the submitted data to two forms
Any ideas?
TIA
Nigel