Help for this page

Select Code to Download


  1. or download this
    $employee_id = (defined $row[0]) ? $row[0] : '';
    
  2. or download this
    @foo = $sth->fetchrow_array();
    if (@foo) {
    ...
    } else {
    ...
    }