I'm sending a form using php. I want to send an receipt email to an email address that is entered in the form. It doesn't seem to work to just add a varible name that is filled out in the form and add it to toaddress.
How would you do it then...
$toaddress = $emailaddress;
How would you do it then...
$toaddress = $emailaddress;