I am working in php. In my application user can post comment.once comment is posted, if user click on back button in the browser,same comment is again posted. Tried to unset the post array after insertation but not working as required. Is it possible to get the browser's back status in php or javascript to over come this problem?