Hello,
I want to flush out my $_POST array .
😃
eg :
if(some_flag == 'yes')
{
flush the post array
}
After doing the flush / clear/ delete - whatever it is
then, when I do an isset($_POST['something']) it should return false.
Is there a command for doing this ??
Thanks
david.