I have a MySQL database with about 10 fields.
After a user inputs an address, I need the search results inserted into 7 fields in the MySQL database. The script will take an array of the results and pull additional data from a separate page. This additional information is inserted in the other three fields in the same database.
The pages are an ASP. My code should be PHP.