I want to ask for your kind help since I am a newbie in php.
I have the following amounts:
$xcantidad1 = 1 ; $xcantidad2 = 2 ; $xcantidad3 = 2 ; $xcantidad4 = 3 ;
I have a top of 10 lines.
How can I fill in the 10 rows with the amounts mentioned above and with a total of 4 elements (columns).
Like this: renglon1 = [1,2,2,3]
Sorry to ask something maybe silly, that would be dynamic formation of an arrangement?
Thank you.