DS928
03-04-2014, 06:37 AM
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.
// User settings
$to = $email;
$subject = "Bri Cooper";
the website is http://www.bricooper.net
Go to share and you will see the form pop up.
I have attached the PHP file as a text file.
// User settings
$to = $email;
$subject = "Bri Cooper";
the website is http://www.bricooper.net
Go to share and you will see the form pop up.
I have attached the PHP file as a text file.