Ken wrote:
> The problem I have had with clearing data after submit is that when the 
> back button is used to the form is refilled.  Then another submit puts 
> duplicate data in DB
> 
> Ken


20080717 1038 GMT-6

Just do:

unset($_POST);


Reply via email to