Re: Refreshing a Guest Book type page

2002-01-04 Thread Connie Chan
As no code here, so I only raise idea according to my experience =) The possible output for a guest book are : 1. Thank you page 2. The same page as the guest book (but resulting on the process of POST) 3. Redirect to the page same as the guest book(By GET method) If case no. 1 , you may add ano

RE: Refreshing a Guest Book type page

2002-01-04 Thread Robert Howard
What is happening is that the variables are still stored in the page he is displaying when the program handles the parameters that are sent via the GET or POST method. When the user refreshes the screen they send the parameters all over again. Probably the simplest way to circumvent this and still