Re: [PHP-DB] Imploding an array?

2002-11-06 Thread Rasmus Lerdorf
You sure you want [$i] on that? Is it a 2-dimensional array? On Wed, 6 Nov 2002, Aaron Wolski wrote: Hey all, Can't seem to figure out why this won't work: $test = implode(,, $order_index[$i]); When I print_r() the variable I have values so I know that works. Any thoughts on this?

Re: [PHP-DB] Imploding an array?

2002-11-06 Thread Jeffrey_N_Dyke
isn't $order_index[$i] only one index? or is it multi dimensional? Aaron Wolski

RE: [PHP-DB] Imploding an array?

2002-11-06 Thread Josh Johnson
Does $i have a value? -- Josh -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Wednesday, November 06, 2002 2:16 PM To: Aaron Wolski Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Imploding an array? You sure you want [$i] on that? Is it a 2-dimensional array

RE: [PHP-DB] Imploding an array?

2002-11-06 Thread Aaron Wolski
else. *shrugs* I think I wma way off base here *eyes blurry* heeh Aaron -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Wednesday, November 06, 2002 2:16 PM To: Aaron Wolski Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Imploding an array? You sure you

RE: [PHP-DB] Imploding an array?

2002-11-06 Thread Peter Beckman
; so I can use it in something else. *shrugs* I think I wma way off base here *eyes blurry* heeh Aaron -Original Message- From: Rasmus Lerdorf [mailto:rasmus;php.net] Sent: Wednesday, November 06, 2002 2:16 PM To: Aaron Wolski Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB