Hi,
If I refresh a page than post values are also submitting repeatedly...........
how to solve this problem....
What you’re doing is essentially submitting the data again.
You could check whether or not the submit button was actioned:
if (isset($_POST['Submit'])) {
Name your submit button 'Submit'
Thats one way of doing it.
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
Offline 58 posts
since Mar 2007