How to insert Javascript loop into SQL INSERT statement if the amount of table rows can be different everytime? – Jquery
So I have a table where when executed the table loops through the data and will insert the row of values into the DB. At the moment I am using a basic insert statement (I know about SQL injection is…