![Picture of Jaromir Kos Picture of Jaromir Kos](/graphics/unknown.gif)
Jaromir Kos - 2007-06-26 11:07:02
Hi,
this is great class, and I'd like to thank author for it.
There is one thing that I don't understand. In the documentation (Property ACTION) can be found suggestion to process form with the same script as it is defined. It is really convenient, but when user click Reload page button, browser will ask to resend data. Then when OK is clicked, all is reposted again.
That's the reason why write separate script for processing data (inserting to database, or something like that). In the end of processing script is usually command header("Location: http://servername.xxx/script.php?parameters");, which redirects to original page with form or to another.
Is there any different way to prevent browser ask for reposting data?