<?phperror_reporting(E_ERROR | E_WARNING | E_PARSE);empty($_SESSION)? session_start():print"";for($i=0; $i <= 5; $i++){ if ($_SESSION['client'][$i]) { echo $_SESSION['client'][$i]."<br/>"; }} ?>