Re: [PHP] Creating an assoc array from two arrays

2004-04-23 Thread John W. Holmes
From: "Alex Hogan" <[EMAIL PROTECTED]> > I am looking through the manual and I think I may be blind or something, but > how can I create an associative array from two arrays. > What I have is two arrays that look like this; > > Array1([0]=>Spider, [1]=>Monkey, [2]=>Cards) > Array2([0]=>26.3, [1]=>0

[PHP] Creating an assoc array from two arrays

2004-04-23 Thread Alex Hogan
Hi All, I am looking through the manual and I think I may be blind or something, but how can I create an associative array from two arrays. What I have is two arrays that look like this; Array1([0]=>Spider, [1]=>Monkey, [2]=>Cards) Array2([0]=>26.3, [1]=>0.65, [2]=>62.07) I want to combine them