I am 1 week into PHP and I am teaching myself. I am trying to capture my html form data into a .txt file as well as sending an email with the data to my associate. I have the email response working but I am having a heck of a time trying to also send the data into the .txt file. Can anyone help? PLEASE!
Here is the html form code followed by my PHP script.
HTML
<input type="hidden" name="recipient">
<input type="hidden"
name="subject" value="Marketing Kit Confirmation">
<input type="hidden" name="redirect"
value="a web address of your choice">
</div>
NAME | |
ADDRESS | |
CITY | |
STATE / PROVINCE | |
ZIP / POSTAL CODE | |
CHECK / MONEY ORDER # | |
DATE SENT | |
|