Hello,
I am wondering about the following.
One page 1 I have a < select > list who's name is people[333]. eg: <SELECT name="people[333]">
My problem is on page 2 to actually retrieve the value set on page 1. I would normally get the value by calling $REQUEST[variable]... however it doesn't work calling $REQUEST[people[333]]
How is the best was to accomplish what I'm trying to do?
Thanks,
-dr