|
Posted by coder on 10/15/07 15:14
I have what is probably a simple question. In a form I get the variables
with $_POST and then enter an insert into a database. After doing this, I
set the variable to an empty string. The form displays this empty string.
So far, so good.
If the user now hits the refresh button on the browser, the value of the
variable stays at the old value, not the empty string, so it passes the test
for not empty and another entry is inserted into the database.
How can I prevent this from happening?
Navigation:
[Reply to this message]
|