this is probably pretty simple, but I could help with some help.
I am trying to create a small PHP function that will display one form of multidimensional array value when the user uses two drop-down lists to select the row and column of the array.
So, the user will make a choice from the first drop-down list in which row headers will be indicated, and then make a choice from the second drop-down list in which column headers will be indicated. After the selection is made, the function should then output a value for a specific row and column.
I thought I created an array that would work, but unfortunately not. I have 6 rows and 6 columns in my data table.
Also, is there an alternative to jquery or javascript?
Just find a few pointers to make me walk the path.
Thanks in advance,
Micanio
source
share