Help for this page
while ( @row = $sth->fetchrow_array()) { ... </table> <br> HTML
if ($q->param("update")) { my $sql = "UPDATE property SET address_1= ?,address_2= ?, county= +?, city= ?, zip= ?, description= ?, bedroom= ? WHERE property_id= ?"; ... $q->end_html; exit; }