Help for this page

Select Code to Download


  1. or download this
     $sth = $dbh->prepare("SELECT SUM(number) FROM $serverTable where name
    + = \'$surname\'");
    
  2. or download this
     $sth2 = $dbh->prepare("SELECT SUM(number) FROM $serverTabl_4 where na
    +me =
    \'O'Connor\'");
    
  3. or download this
     $sth2 = $dbh->prepare("SELECT SUM(number) FROM $serverTabl_4 where na
    +me =
    \'O\'Connor\'");