I'm trying to insert multiple rows at once in a MySQL database using PHP. I want to insert a, b, c in 3 different rows but it is inserted in 1 single row in this format a,b,c. I'm trying to insert multiple rows at once in a
I'm trying to insert multiple rows at once in a MySQL database using PHP. I want to insert a, b, c in 3 different rows but it is inserted in 1 single row in this format a,b,c. I'm trying to insert multiple rows at once in a