Discussion
:
array_merge bug ?
Afficher un message
07/08/2007, 18h12
#
2
cornelius
Messages: n/a
Hébergeur:
Re: array_merge bug ?
I've just found the solution :
$Result = $Table1 + $Table2 ;
is better than :
$Result = array_merge($Table1, $Table2) ;
// Cornelius
cornelius
Page generated in
0,03994
seconds with
9
queries