clear form on submission

how to clear data on form submission i used
[php]$_post=array();
[/php]
and also

[php]unset($_post);
[/php]
No returns
plz help

Sponsor our Newsletter | Privacy Policy | Terms of Service