D
DANIEL C
Guest
What I need to do is break up an array like
$var = array('foo', 'bar');
and have the array values turned into variables without my having to individually name them.. so like I would add another value to the array and another variable would be made... like.
$foo & $bar
thanks!
$var = array('foo', 'bar');
and have the array values turned into variables without my having to individually name them.. so like I would add another value to the array and another variable would be made... like.
$foo & $bar
thanks!