I'm have 4 forms that I want to share the same action. When the PHP starts, I'm trying to get the value of my array before I run the code. The array name should represent the column name that I want to update and the value will be the column value. I've tried this echo $_GET[0];
but it doesn't return the value I'm looking for.
My question is twofold:
- Is there a way to call the values as an associative?
- If there is(I'm sure I'm just doing something silly here), how do I identify the name of the variable?
Thanks!