Help for this page
$sth->execute(); $sth->bind_columns(\$req, \$ccode);
while ($sth->fetch()) { print " $req $ccode\n"; }