I wanted to know last time that I want a form in which the action on submit will be any e-mail address (and it won't open outlook or something but it will come directly to my inbox) and redirect to the other page which I will give. Can anyone now?
I wanted to know last time that I want a form in which the action on submit will be any e-mail address (and it won't open outlook or something but it will come directly to my inbox) and redirect to the other page which I will give. Can anyone now?
your title while descriptive does not really entice someone to look at it.
I am not sure about your other question, but this one is ambiguous. are you trying to send an email? by redirect do you mean after the email is sent?
could you please give us more information, and possibly your "other" topic as it may be able to shed some light on how to answer your question without repeating.
The other topic was locked because the question was asked in another post (as linked to in the locked topic) and was answered there.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
I am trying to say that, I want to recieve an email from my website users and after the user clicks on submit button and I will recieve it, the page automatically redirects to the page which I want to (example: www.google.com)
A graph example is:
User Name: | |
Password: | |
Re-type password: | |
Address: | |
Phone Number: | |
|Submit| (now when some one click on this button) all the information he filled will come on the e-mail address I will give on submit action and then like the thanks page it says:
Please wait while we are re-directing you to the xyz page.
Have a look at the most secure mailer I have seen to date.
You can customize the hell out of it and it works great.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Thank you =) this helped me alot.
Bookmarks