I'm a beginner in PHP and I have the following problem:
I have a table, which each line has a title, and three buttons that have values, the user clicks the button 1 or 2 o 3, I need to store some information like title, date, value of button clicked etc.
But it can do this in several lines, that is, several titles, several dates etc.
And when I click Finish, I need to store those values in an array in PHP, could anyone help me?