$name = $userdata[1];
$attendance = $zk->getAttendance();
sleep(1);
while(list($idx, $attendancedata ) = each($attendance)):
if ( $attendancedata[2] == 1 )
$status = 'Check Out';
else
$status = 'Check In';
?>
It looks like you're new here. If you want to get involved, click one of these buttons!