05-20-2009, 10:38 AM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Location: Mumbai, India
Posts: 24
Thanks: 0
|
Hi,
I advice using global variables.
I know many will have raised eyebrows - but that is the best thing to do.
With Global variables you will have a tradeoff with memory - but since your list is small - I think it should be fine.
You should create an associative array for Global Variables so that you can load its value through the key. This will also ensure that you don't get mixed up with index numbers.
Regards,
Suniil
|
|
|
|