This is a discussion on Easy Question I think within the Coding Help forums, part of the Webmaster Discussion category; Hi guys, I have a contact form on my website: www.soundtrack.ie/contact I want to be able to put a redirect ...
| |||||||
| Register | Forum Rules | FAQ | Donate | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
| Hi guys, I have a contact form on my website: www.soundtrack.ie/contact I want to be able to put a redirect into my code so that when someone uses the send email form, it redirects back to the same contact page - currently it just stays on a blank page once its sent. Here is the code - I just want to know what to put in here to make it redirect back to the same page again? Code: <?php
if(isset($_POST['submit'])) {
$to = "emmett.cooke@gmail.com";
$subject = "Music";
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$message = $_POST['message'];
$body = "From: $name_field\n E-Mail: $email_field\n Message:\n $message";
echo "Data has been submitted to $to!";
mail($to, $subject, $body);
} else {
echo "blarg!";
}
?>
|
| |||||
| This can be done few ways. if you want to show a message for few seconds then PHP Code: PHP Code:
__________________ :. Web Design & Development Web Design Ireland :. Search Engines Optimization Search Engines Optimization :. Car Parts & Accessories Car Parts :. Cars Ireland Cars Ireland :. I Have 2 Find It Directory SEF Directory |
| |||||
| right after the mailing code PHP Code: |
| |||||
| here's an easy to follow tutorial covering everything you need to know about forms in php/html Form Processing with PHP - Lesson 1 it takes a while but it's worth it
__________________ |
| Tags |
| easy, question |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grand National easy earners... | 3rigena | Affiliate Programs | 3 | 31-12-2007 01:46 PM |
| Easy tutorial for client? | glengara | Google Adwords | 3 | 25-07-2007 10:01 AM |
| Easy to update website for charity | Bennyr | CMS and Content Management | 5 | 27-03-2007 10:43 AM |
| What SPAM means in easy word? | montyauto | Online Marketing Discussion | 1 | 20-02-2007 06:06 PM |
| ||||
| | ![]() | |||
| | ![]() | |||