Thread: PHP Email
View Single Post
  #5 (permalink)  
Old Dec 21st, 2006, 22:36
Sabin_33 Sabin_33 is offline
Junior Member
Join Date: May 2006
Location: A Place Far Away
Age: 26
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: PHP Email

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?
Reply With Quote