$sql = "update tbl_listings
set address = '" . $strAddress . "',city = '" . $strCity . "',tg = '" . strTg . "',beds = '" . $strBeds . "',baths = '" . $strBaths . "',terms = '" . $strTerms . "',sqft = '"
. $strSqft "', lot = '" . $strLot . "',price = '" . $strPrice . "',status = '" . $strStatus . "' where l_id ='" . $strId . "'";
Howard
set address = '" . $strAddress . "',city = '" . $strCity . "',tg = '" . strTg . "',beds = '" . $strBeds . "',baths = '" . $strBaths . "',terms = '" . $strTerms . "',sqft = '"
. $strSqft "', lot = '" . $strLot . "',price = '" . $strPrice . "',status = '" . $strStatus . "' where l_id ='" . $strId . "'";
Howard