I am trying to generate a form composed of multiple text fields that represent the different fields of the database. How would you write a for loop to go through the mysql table, count the number of fields, and assign and print the names to the text fields.
I hope you can help me!😕