"; echo $onlineStudent['name']; echo " | "; echo $onlineStudent['access_cours_code']; echo " | "; if(!empty($onlineStudent['email'])) { echo $onlineStudent['email']; } else { echo get_lang('NoEmail'); } echo " | "; echo ' -> '; echo " |
'.get_lang('NoOnlineStudents').' |