I've a form wich point to itself in order to check if the compulsory values
are filled. If they are, then I send an email.
Now, I've seen that if you refresh the form (once the email is sent), then
the email is sent again. How to clear the POST values ? I won't the form to
be submitted again. Once the email is sent, then the POST variables should
be blank.
Bob
are filled. If they are, then I send an email.
Now, I've seen that if you refresh the form (once the email is sent), then
the email is sent again. How to clear the POST values ? I won't the form to
be submitted again. Once the email is sent, then the POST variables should
be blank.
Bob
Comment