Re: [PHP] foreach and multiple arrays

2001-07-29 Thread Jan Wilson
* Chris Aitken <[EMAIL PROTECTED]> [010729 19:44]: > Something ive been working on and not having much success is this. I am > writing a function, and I want to be able to feed it the following - > > function_name ( > array("Apple","Red","10","20"), > array("Banana","Yellow","1

[PHP] foreach and multiple arrays

2001-07-29 Thread Chris Aitken
Hi guys, Something ive been working on and not having much success is this. I am writing a function, and I want to be able to feed it the following - function_name ( array("Apple","Red","10","20"), array("Banana","Yellow","10","20") ); now, basically what I want to