when a user clicks refresh on my page, the sql that was set to insert on that page, inserts again, thus creating multiple entries for the same thing. Is there any way I can catch this, and stop if from happening? i am using if ($submit) to do the form processing... any ideas?