UrlGuy
04-01-2005, 05:01 PM
Hi,
I got this file, "make.php", which i do a POST request to with some info, which output some more info. The request are being sent from "index.php". I want to include index.php on the top of "make.php" so the result of "make.php" would appear below the form in "index.php", but "index.php" contains a footer with a little explenation, which I would not like to include after the POST are being made, so it doesnt show the form at top, then the footer, then the result.. that would look stupid, neither do I want the POST results to appear on another page, but rather keep the POST result to appear below the form in "index.php" so the user can quickly type in more info to submit it again, without clicking the back button.
Hope anyone can help, if this thing are possible at all. Any help greatly apprecciated, thanks.
I got this file, "make.php", which i do a POST request to with some info, which output some more info. The request are being sent from "index.php". I want to include index.php on the top of "make.php" so the result of "make.php" would appear below the form in "index.php", but "index.php" contains a footer with a little explenation, which I would not like to include after the POST are being made, so it doesnt show the form at top, then the footer, then the result.. that would look stupid, neither do I want the POST results to appear on another page, but rather keep the POST result to appear below the form in "index.php" so the user can quickly type in more info to submit it again, without clicking the back button.
Hope anyone can help, if this thing are possible at all. Any help greatly apprecciated, thanks.
