ukgeoff: I don't think I am confused.
The form is going to be on an e-mail which is going to re-submit an e-mail.
My Orignal question :
Quote:
My problem I want my php script to run from an e-mail.
The email I send has an HTML form to fill out, I want a script from that to e-mail me. I do have a website that I can host that script on.
For the script will I just put a URL for the script?
like Code:
<form action="www.mysite.com/scripts/sendmymail.php">
Is this secure?
|