I want to insert multiple line in sql as new row. how to do that in php?
In picture I have three text area named text1...text3
I want insert multiple rows in sql database using php
database fields are sl no
, FirstNo
, SecondNo
, ThirdNo
I want to insert at first, first line of all textarea(text1,...text3), then second line(all text areas), then third(all). It will run while finishing last line of all textarea.
How to do?