2 things - email recordset in PHP and insert record on click
I have two questions.
1. I have an apply now button that I want a user to click. When they click I want it to send the recordset for that page to an email user. How do I go about setting this up?
2. When that same button is clicked, I want that recordset to be inserted into a database.
I am guessing I need some function that is called when the apply button is clicked. The recordset on the apply button will have an email address that is a variabled called contact.
Thanks.
