Posted by cornelius on 08/07/07 17:12
I've just found the solution : $Result = $Table1 + $Table2 ; is better than : $Result = array_merge($Table1, $Table2) ; // Cornelius
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming