In the script that you use to actually enter the information into your
DB simply output HTML headers and print what you want to the screen.

A basic example:


<?php

[all DB code up top]

print "<html><body>Thank you for your submission...</body></html>";

?>

-M

-----Original Message-----
From: Oliver Steimer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 04, 2003 4:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Display new Page after Form is processed

HI ,

after pressing "submit" on my form page and puting the data in my
database i
wish to display a new html page. How can i do this ?

thanks for helping
Oliver



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to