[PHP] Re: Avoiding repost

2001-07-26 Thread Lenar
Put your "thank you" on another page. Then after processing your post data, instead outputting "thank you" do: header("Location: http://youthost/thankyoupage.php";); die(); That should do it. Lenar "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECT

[PHP] Re: Avoiding repost

2001-07-26 Thread elias
I remember seeing a solution for this on PHPBuilder.com plz check it out "Ashley M. Kirchner" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I have a card system that will ask for the required information, and > one hits a 'Send' button to send the card.