Okay, this is a bit tricky-- I have an inquire form that is called at: index.php?x=web&cat=inquire -- but I need the thank you page to be at index.php?x=web&cat=inquire&f=submit
Here is the current code that is in web_inquire.php:
<?php
/* web_inquire.php */
include("head.php");
include("web_network.php");
include("logo.php");
include("web_inquire_tab.php");
include("web_inquire_body.php");
include("web_links.php");
include("web_foot.php");
?>
Any suggestions? Without making some wild assumptions it's hard to see what your problem is. Why can't you have the thank you page where you want it? What is stopping you?
By the way this isn't really PHP 5 related.Oh snap-- wrong forum. Sorry!
Well what I am trying to do is place the thank you page in the orginal form page, but can't figure out how. I get stumped on the stupidist things, I tell you. =\
Here is the current code that is in web_inquire.php:
<?php
/* web_inquire.php */
include("head.php");
include("web_network.php");
include("logo.php");
include("web_inquire_tab.php");
include("web_inquire_body.php");
include("web_links.php");
include("web_foot.php");
?>
Any suggestions? Without making some wild assumptions it's hard to see what your problem is. Why can't you have the thank you page where you want it? What is stopping you?
By the way this isn't really PHP 5 related.Oh snap-- wrong forum. Sorry!
Well what I am trying to do is place the thank you page in the orginal form page, but can't figure out how. I get stumped on the stupidist things, I tell you. =\