Hi!
I have some strange problem.
When i submit form data i call self file
<FORM ACTION=$PHP_SELF>....
I also use some hidden filed to tell function to save data.
Then i save my data in db. But when i click refresh, form data already exist, because of that data i saved again.
Anybody have any solution how to solve this.