Re: [PHP] Bulletproof POST remove

2005-04-11 Thread Joe Wollard
Andy, I've done this in the past when setting a cookie for a user-defined theme and also for a message board which used the post method. In my case I put all of the logic into a separate page altogether. So you'd have your form on page A, logic in page B and a landing page which can be the same

[PHP] Bulletproof POST remove

2005-04-11 Thread Andy Pieters
Hi all I noticed some sites are able to remove POST data 100% of the time. Even if the user presses the back button there is no more POST data pressent. I would like to achieve the same thing and currently I use a location header to transfer the user to the same page. Like check post do act