Tag Archives: PHP
Solving The HTTP Double-Post Dilema
Posted on06. Mar, 2007 by Ash Christopher.
2
Everyone who has done any sort of web development, and made use of the HTTP POST has run into this problem. If you haven’t, are you sure you are doing proper QA?
Basically, the problem comes from having the POST information still resident after an HTTP POST. If the user were to refresh their browser, that [...]

