1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
$sum_polys_query = (“type_polys SELETOS, polys de 1master_scan_sheet ONDE property_name = “”. $res [“PROPERTY_NAME”]. ”” E GRUPO dos ative='Yes por type_polys "); $result = o mysql_query ($sum_polys_query) ou morrem (o mysql_error ()); quando ($row9 = mysql_fetch_array ($result)){ $poly_cost_query = mysql_query (“SELECIONAR * de 1plot_info ONDE plot_type = “”. $row9 [“type_polys”]. ”” "); quando ($row10 = mysql_fetch_array ($poly_cost_query)){ $mult_result = ($row10 [“plot_price”] *$row9 [“polys”]); eco $row10 [“plot_price”]. ” x “. $row9 [“polys”]. ” = “. ($row10 [“plot_price”] *$row9 [“polys”]). “”; } }