php - 2 MySQL Insert Statements and only the first one runs -
I searched high and low and can not find anything to address this problem. Apparently my first entry statement is going well and I can see the changes in the database. Despite the script completion, another fails to update the database. Any help would be greatly appreciated. thank you in advanced.
"PropertyInfo (insert in DistrictNumber, PrimaryProperty, platBookPage, giftedDate, purchaseDate, retiredDate, yearBuilt, Affiliation, purchasePrice, primaryZone, primaryLandUse, propertyType, squareFootage, soldDate, soldPrice, lotSizeSqFt, I ('$ District_number', '$ primary_property', '$ plat_book_page', '$ gifted_date', '$ purchase_date'), pricing, '$ retired_date' '$ Year_built', '$ affiliation', '$ purchase_price' '$ Primary_zone', '$ primary_land_use', '$ property_type', '$ square_footage', '$ sold_date', '$ sold_price', '$ lot_size_sqft', '$ Iudb', '$ zoning_land_use', '$ enterprise_jone' '$ Zoning_code', '$ florida', '$ georgia', '$ description', '$ land', '$ development', '$ acres', '$ tax', '$ name', '$ granter' ) "; $ Pinksql = "Enter the address (` address`, `address2`,` city`, `state`,` zipCode`, `subDivision`] values ('$ address',' $ address2 ',' $ city ',' $ State ',' $ zip_code ',' $ sub_division ') ";
Comments
Post a Comment