Posted by Pedro Graca on 11/16/06 20:17
casper christensen wrote:
> Now how do I make the form "linking" to another site. (after submiiting
> it should go to like a thank you page)?
<?php
// deal with submit data
// do not output anything!
// redirect to "thank you" page
header('Location: http://www.example.com/thankyou');
exit(0);
?>
--
I (almost) never check the dodgeit address.
If you *really* need to mail me, use the address in the Reply-To
header with a message in *plain* *text* *without* *attachments*.
[Back to original message]
|