Posted by Michael Fesser on 07/25/07 13:18
..oO(Sergei Riaguzov) >$result = blabla(); >$a = array_shift($result); >$b = array_shift($result); You could also try to re-index the array numerically: list($a, $b) = array_values(blabla()); Micha
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming