I'm trying to assign a variable from another variable. e.g. $bla = "test"; I have another variable that is $test[] which has data passed into it by a form. I'm trying to assign a cell with $$bla[1] , but am having no luck. Basicly I want to get "$test[1]" from $$bla[1] but my syntax is wrong...
I could go into a long explaination why I'm trying to do this but... If anyone needs any further info plz post a question. Any help is much appreciated.
Thanks,
polarz