I am making a php script to store people data in a my sql database. I have the problem that when the page is reloaded (with the browser's reload button), as the URL parameter remain the same, the data is re entered to the database.
I was thinking that may be it is possible to avoid this by clearing the URL parameters after first uploading data, but don't know how to do that.
Could someone guide me on that please?
I was thinking that may be it is possible to avoid this by clearing the URL parameters after first uploading data, but don't know how to do that.
Could someone guide me on that please?
