0

I'm looking for a good and easy HTML/PHP solution to enter multiple rows at once into a MYSQL database. The only solution that points into this direction is described in Insert data using multidimensional array from multiple fields and has some destination interface that I imagined as well: example

Now I wonder if there is not an easier and more secure solution to achieve something like this?

cukabeka
  • 530
  • 2
  • 9
  • 22
  • You could consider using Google spreadsheet and use Google Apps Script (JavaScript) to dynamicly build from MySQL and save the information when the relations are made.. also Google spreadsheet is optimzed to handle alot of rows the problem is that browsers most likely have problems to display more then 4000-5000 html inputs on one page because of high memory usage – Raymond Nijland May 17 '19 at 13:09
  • Thanks, actually I want to integrate this into a PHP CMS in order to make it easy to edit complete tables – cukabeka Apr 25 '20 at 15:28

0 Answers0