Help for this page

Select Code to Download


  1. or download this
    $sth->execute();
    $sth->bind_columns(\$req, \$ccode);
    
  2. or download this
    while ($sth->fetch())
    {
        print "  $req  $ccode\n";
    }