I have a varible that is an array of strings that are variables. ("name","from"..) blah blah blah. How do I store the contents of the varible name from the list into var1? lets say the array variable is phrase. Would I do
$var1 = &$phrase[1];?
Thanks,
Klaser