Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(
                    " 
    ...
                        ORDER BY emp_name,date_requested
                    "
                );
    
  2. or download this
    my $sth = $dbh->prepare(
                        " 
    ...
        VALUES ( '$login_name', '$login_email', '$login_title', '$login_mn
    +gr_name', '$login_mngr_email', '$date', 'Pending', '$req_date', '' )
                        "
                            );