Mysql – SQLPHP: add multiple rows with same values but in a not fixed number
I would like to insert multiple rows in a table. All of these rows will have the same values. The number of rows is not fixed but come from an input label in the frontend ($Num variable). How can I…