$array_copy = array(); array_push($array_copy, $_SESSION['original_array']); echo $array_copy[0];//or whatever to test ---> Jonathan -----Original Message----- From: NIPP, SCOTT V (SBCSI) [mailto:sn4265@sbc.com] Sent: Wednesday, March 12, 2003 10:43 AM To: 'Hutchins, Richard'; 'php-db@lists.php.net' Subject: RE: Easy array question... I don't think that is the case because I am able to access the original array in this same page without having to use the session variable reference. Won't hurt to give it a try though. Thanks for the feedback. -----Original Message----- From: Hutchins, Richard [mailto:Richard.Hutchins@Getingeusa.com] Sent: Wednesday, March 12, 2003 10:40 AM To: 'php-db@lists.php.net' Subject: RE: Easy array question... Are you using: $array2 = $_SESSION["array1"]; Not sure that will do the trick, but it was my first inclination. Rich > -----Original Message----- > From: NIPP, SCOTT V (SBCSI) [mailto:sn4265@sbc.com] > Sent: Wednesday, March 12, 2003 11:37 AM > To: 'php-db@lists.php.net' > Subject: Easy array question... > > > I create an array on one page and then process it on > the next page > as I have registered the array as a session variable. I need > to basically > process one of these arrays twice, so I want to make a copy > of the array. > The question is how do I do this? I have tried the following: > > $array2 = $array1; > > This doesn't seem to do the trick for me. Is this > correct and I am > just missing something elsewhere, or is there another way to > copy an array? > Thanks. > > Scott Nipp > Phone: (214) 858-1289 > E-mail: sn4265@sbc.com > Web: http:\\ldsa.sbcld.sbc.com > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php