Assuming that you’re using a HTML form to collect this information and you’re “posting” this information to a PHP script to send out the details via email, you can code function in the php script that you’re using in the form to send you the email.
Let’s assume you have a html file that has a form in it (form.html)
Now the file email.php would be something like this:
Assuming that you’re using a HTML form to collect this information and you’re “posting” this information to a PHP script to send out the details via email, you can code function in the php script that you’re using in the form to send you the email.
Let’s assume you have a html file that has a form in it (form.html)
Now the file email.php would be something like this: