Help for this page

Select Code to Download


  1. or download this
    
    $addr = "select * from address_tbl where Subnet=?";
    ...
    while(@row = $sth->fetchrow_array()) {
       $addr_str->execute($row[0]);
    }