Hi,
I'm trying to find a way to clear the values being included with a form's post.
The form posts back to its own page. I need to keep it this way due to other needs of the client.
Also it is post, not get. That has to stay too.
Within the php code, certain messages are echoed to the screen depending on the value of the form inputs. That's fine. When I refresh the page, the messages still appear - must be that the inputs have not cleared. I tried using unset, sessions, etc. but can't seem to get the messages to be blank on a page refresh. I didn't know if there is some other php statement I could be using to clear them?
Thanks,
KB
I'm trying to find a way to clear the values being included with a form's post.
The form posts back to its own page. I need to keep it this way due to other needs of the client.
Also it is post, not get. That has to stay too.
Within the php code, certain messages are echoed to the screen depending on the value of the form inputs. That's fine. When I refresh the page, the messages still appear - must be that the inputs have not cleared. I tried using unset, sessions, etc. but can't seem to get the messages to be blank on a page refresh. I didn't know if there is some other php statement I could be using to clear them?
Thanks,
KB