Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Missing something ?? Help
Old 08-14-2008, 07:10 PM Missing something ?? Help
Junior Talker

Posts: 2
Trades: 0
Hi guys,

this is my Contact Form Process, everything is working fine except the resilt page or the thank you page, i am trying to make my script to redirect the user to a thank you page but i cant , please need help thank you so much

code:
--------

<?php

/* Subject and Email Variables */

$emailSubject = 'Web Email-Form';
$webMaster = 'ooo@ppp21.com';

/* Gathering Data Variables*/

$nameField = $_POST['name'];
$emailField = $_POST['email'];
$commentsField = $_POST['comments'];

$body = <<<EOD
<br><hr><br>


<br>

Name: $name <br>
Email: $email <br>
Message: $comments <br>
EOD;

$headers = "From: $email\r\n";
$headers .= "Content-type: text/html\r\n";
$success = mail($webMaster, $emailSubject, $body, $headers);


/* Result rendered

$theResults = 'http://www.abcde.com/contactResponse.php';

echo "$theResults";

?>


-----
ocbphoto is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-14-2008, 08:27 PM Re: Missing something ?? Help
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
If you have not sent any code, use:
PHP Code:
header("location:http://www.site.com/userpage.php"); 
Otherwise use javascript.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 08-14-2008, 08:37 PM Re: Missing something ?? Help
Junior Talker

Posts: 2
Trades: 0
I found that useful but i end it up pasting the html code from my responsepage.php, and it works
ocbphoto is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Missing something ?? Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32661 seconds with 12 queries