I was just using those values as an example for simplicity's sake..
I'm pushing the results of an sql query into an array. I then have a number of fields that need to be associated with another field. I mean I need to put the contents of one field into a variable thats name is based upon the contents of another field.
Here is what I'm really after
Array
(
[0] => Array
(
[0] => 1
[1] => Remove From System
[2] => help_remove_from_system
[3] => Click here to completely remove this property from the system.
)
[1] => Array
(
[0] => 2
[1] => Lock Box Combo
[2] => help_lock_box_combo
[3] => If you need to change the lock box combination for this property, do it here, then click Update. If you need to change it for all of this Clients listings, click Client to access the client information page.
)
)
I then need to be able to assign the contents of [3] to a variable named $help_remove_from_system etc.
Make any more sense?? hehe
Thanks,
Rob
*edit spelling...