i design a form that post some value to same php page, and i write some code in the page which is responsible for insert the values into database table, i use if submit = 'add' to execute that part of code. thats works nice but when i reload(using browser reload button)the page everytime it insert the same value to the database again and again.
is there any good way to prevent this? plz
i'll be happy to learn all solutions for the problem.
thanks in advance
emon