Soldato
I have a form which once submitted, sends the data to the same page and is handled by an if statement.
However, if that person then refreshes the page, the data is submitted again, even though the form could be blank.
How can I get around this? I can't use sessions, are there any alternatives to using cookies?
However, if that person then refreshes the page, the data is submitted again, even though the form could be blank.
How can I get around this? I can't use sessions, are there any alternatives to using cookies?