Current location: Hot Scripts Forums » Programming Languages » PHP » To use include or embed HTML into my contact.php page


To use include or embed HTML into my contact.php page

Reply
  #1 (permalink)  
Old 02-17-06, 02:58 PM
dmaldon01 dmaldon01 is offline
New Member
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
To use include or embed HTML into my contact.php page

I'm new to PHP. I'm working on a contact forms page. Upon submit, a "thank you" page should appear. I have created the thank you page in html to keep the same look and feel.

I want the success sent message to display the thank you page - graphics, tables, content, etc. but I'm missing something. I'm thinking I should use an include or embed HTML into my contact.php page. This is how my code looks like:

$error_msg='ERROR - not sent. Try again.';

$success_sent_msg='Display Thank You Page Here';

$replymessage = "Thank you.

I could use the help immedately.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 02-17-06, 04:40 PM
xxvatarxx xxvatarxx is offline
Wannabe Coder
 
Join Date: May 2005
Posts: 212
Thanks: 0
Thanked 0 Times in 0 Posts
just use

PHP Code:

echo '<meta http-equiv="Refresh" content="0;url=thankyou.php">'
(change the url), that should work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
html tutoral thefrtman HTML/XHTML/XML 5 04-27-09 11:25 AM
Classified Ads skipper23 Perl 3 11-22-05 03:22 AM
Page dependent include - how? CutAndPaste PHP 9 08-27-05 05:20 PM
Classified Ads skipper23 Perl 2 12-30-03 04:43 AM
echo foriegn html in static page fergusom Everything Java 4 11-10-03 03:35 AM


All times are GMT -5. The time now is 01:39 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.