Hi,
I got a database contact form that I build, it lists all the details and questions etc.
I want to make it also send as an e-mail. I have a script that sorts out everything for you when you create a contact from namly "mymail.php "
How can I go about to make the from go to mymail.php after it run $self for example:
$form = "<form action=\"$self and do mymail.php\" method=\"post\" >";
Thank-you for you help!!!!!!
Kind Regards
Louwrens
I got a database contact form that I build, it lists all the details and questions etc.
I want to make it also send as an e-mail. I have a script that sorts out everything for you when you create a contact from namly "mymail.php "
How can I go about to make the from go to mymail.php after it run $self for example:
$form = "<form action=\"$self and do mymail.php\" method=\"post\" >";
Thank-you for you help!!!!!!
Kind Regards
Louwrens
Comment