Insert array data into MySQL database

Avatar
  • Answered
How to restore the array of fetched data table value to another table using php
Avatar
JeffMa
You would just need to take the data from the array and insert them as needed using the MySQL INSERT command. I have located a piece of code that may be modified to assist you in doing so at the following: Insert PHP array into MySQL