Posted by Dave Thomas on 08/18/05 00:54
I have:
$this_array = array($test_year, $test_color, $test_food)
I want to access another variable based on $test_year, only it will be
called $test_month (test could be something else). $test_year is a form
and I want to access $test_month.
If I use $this_array[1] then I am getting the actual value of the form.
I want to get the name of the variable I am accessing!
Navigation:
[Reply to this message]
|