$array1[$i][$key] = $x; $array2[$string][$key] = 0;
Now what I want to do is copy $x from array 1 to array 2 IF array 1 key name is equal to array 2 key name. thus if the $key from array 1 == $key from array 2
.......
Anyone? Please? I've read up a buttload of stuff on array functions on php.net but can't really find something that works for me. I've been struggling now for the good part of a day to write my one, But I get the feeling Im going more off-track with every line I code..


Sign In
Create Account


Back to top










