Class Information

[B]

Instructor:  EOF $statement2 = "Select emp_ID as emp_id2, fname as fname2, lname as lname2 From employees Where is_salerep=1"; $sth2 = $dbh->prepare($statement2); $sth2->execute; my %row; $sth2->bind_columns( \( @row{ @{$sth2->{NAME_lc} } } )); while($sth2->fetch){ print""; } print <

Course:  EOF $statement4 = "Select com_ID, cname as comname From companies"; $sth4 = $dbh->prepare($statement4); $sth4->execute; my %row; $sth4->bind_columns( \( @row{ @{$sth4->{NAME_lc} } } )); while($sth4->fetch){ print""; }[/B] print <

Date Sold (YYYY/MM/DD): 

Price Sold For: