The problem I have is the following, I have to make a financial management platform and for that they ask me to create the variables that are, $ date, $ concept, $ amount and $ balance. The date will be a default field, the concept and quantity will be the data that the user enters and the balance will be a calculated field. The problem is that for these variables they ask me to create it in a multidimensional array which I will have to fill in with the form. I have looked at the PHP manual but I can not come up with any solution for this ... Thank you in advance to everyone !!