You don't have an account yet?
Become part of our PHP community and register now...
if(!is_array($tmp[$i] ....
if(!isset($tmp[$i]) or !is_array($tmp[$i])){$tmp[$i]=array();}
Comment