Posted by casper christensen on 11/16/06 21:21
Hi
thanks for the reply. Unfortunately this doesn't do me any good. I need
a code so when the submit button is clicked it should go to my desired
page. Also It must perform the actions already coded ( adding the
information to the database and so on.)
This must be possible.
Casper
Pedro Graca skrev:
> 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*.
Navigation:
[Reply to this message]
|