Currently i am doing a PHP GET and getting values after clicking the submit button.
I got the values out from the submit button but I dont know how to reference them to the values in column.
For example, after clicking the submit button, I get the value 1.
Inside my database i have 3 columns
Col 1 Col 2 Col 3
2 3 1
How do i get the COLUMN name by just having the value itself? Thank you so much!