Greetings!
Im working on a project and this is the situation:
I have lets say 10 textareas that are called data1 -> data10
is there an faster/easier way to get all of the data into an array that i can access using the array index other than manually doing say:
$array = array($data1,$data2.....);
?
thanks for looking and helping 🙂