[Solved] php pdo code for for loop to insert values in sequence order /increment order


Replace this

':book_no'=>$book_no

with this:

':book_no'=>$row

1

solved php pdo code for for loop to insert values in sequence order /increment order