I'm working on a php program and I need to post values and use the posted values to update the session vaiables but if a user clicks back or refresh it can repost the values and since the values need to be incremented to I add them on, if this happens them it can upset the values.
Is there a way to prevent this from happening?
Is there a way to prevent this from happening?
Comment