I was wondering what methods/preventions other programmers use to stop data being entered twice into a MySQL database when a user refreshes on the same page as a form? Obvio
Process the form, then redirect to the results page. Reload then only redisplays the results page.