I have a page process.php where it processes all user inputs and insert it into the database.. Since I have no primary key in the table another duplicate data will be inserted if the user refreshes the page. Any idea on how can this be avoided? Thanks
check if its duplicate data redirect them elsewhere when done uses sessions to detect if its the same person
pick one or more of the above