How to collect data from inputs (inputs are in table which has id=tbl_bbmd and unknown number of rows , like on picture)

I need to collect data from inputs cells and concaneta them. How to iterate through this table and collect ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you wanted a single concatenated string of all the values, you can do this:
If you wanted an Array of strings per row, you can do this:
If you wanted the data serialized, you can do this: