Hello Jimmy, 

(JB == "Jimmy Bäckström") [EMAIL PROTECTED] detected:

JB> $arr2[0] = $arr1[0];
JB> $arr2[1] = $arr1[1];

What is wrong with this?

$arr2 = $arr1;

Works fine for me.

-Brian



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to