while (@row = $sth->fetchrow()){ ## Make our HTML look better if no data. $oid = " " if($oid eq ""); $date = " " if($date eq ""); $username = " " if($username eq ""); print < $row[0] $row[1] $row[2] [Clock Out] HTML } # End of while. ####