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