So then how would I call a specific row when I click it? lets say I set the whole table row to a unique value that it gets from the loop, how would I call that specific row from my function without...
I am trying to get the value of a table cell that is generated by a php loop. The purpose is so eventually I can click a row out of a list and have it take me to a form view of the list...