is there a way of totaly emptying an array??? without having to loop through and unset each individual value??
Just redefine it as an array:
$emptyArray = array();