Hello,

I have an array and a variable where I count the number of records from that array. How can I build a dynamic table (not a mysql table) starting from this variable?

For sample:

if my variable has the value 5 I need it to generate a table with 5+1 rows and 4 colums

Please advice. Thank you!