This is also a problem of mine. There seem to be a lot talking about the http_post_vars and refresh but no one have any good solution.
There must be a way to clear the http_post_vars variable some way? I have tried without success, this method:
$http_post_varts[0] = “NULL”;
$http_post_varts[1] = “NULL”;
etc. after my data is sent to the mysql-server.
My script is for a guestbook and is not really a big problem. I can simply make a script checking so that I don’t store 2 mess that look the same.