i am working on my website feed back page and as soon as user submit the send button, it should send me an email at the same time forward the user to a new page.The email portion is working but how can i forward them to the new page.The code looks like this
<form method="post"...
i have been trying to send mail to my yahoo address from my website form script.Its a free web hosting service that supports php sendmail option.But every time i submit the form, its coded to go to a sendmail.php(action="sendmail.php") file which in turns send the email to yahoo.I am getting the...