I have a PHP contact form. I want the email to go to the friends email. When I put a static email in such as sample@aol.com it sends the email, however; I need to have it be dymaic and send to whatever email is placed in the friends email field. I tried this and it doesn't send.
the website is http://www.bricooper.netPHP Code:
// User settings
$to = $email;
$subject = "Bri Cooper";
Go to share and you will see the form pop up.
I have attached the PHP file as a text file.
Bookmarks