Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Fredrik Thunberg
Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a value to an array which has a key. It's

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Jim Lucas
Fredrik Thunberg wrote: Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a value to an array

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Tijnema
On 7/10/07, Jim Lucas [EMAIL PROTECTED] wrote: Fredrik Thunberg wrote: Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Jim Lucas
Tijnema wrote: On 7/10/07, Jim Lucas [EMAIL PROTECTED] wrote: Fredrik Thunberg wrote: Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Tijnema
On 7/10/07, Jim Lucas [EMAIL PROTECTED] wrote: Tijnema wrote: On 7/10/07, Jim Lucas [EMAIL PROTECTED] wrote: Fredrik Thunberg wrote: Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Dan
Yeah I wanted $products[$value['productName']] = $value['actualValue'];. I've been working a lot in Delphi recently so my mind for PHP is somewhat messed up lately, missing easy things like this. - Dan brian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dan wrote: Oh yeah, the

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-10 Thread Fredrik Thunberg
Jim Lucas wrote: Fredrik Thunberg wrote: Dan skrev: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a

[PHP] Re: Simple PHP setting arrays with keys question

2007-07-09 Thread Dan
Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a value to an array which has a key. It's simple, I just

[PHP] Re: Simple PHP setting arrays with keys question

2007-07-09 Thread Dan
Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a value to an array which has a key. It's simple, I just

Re: [PHP] Re: Simple PHP setting arrays with keys question

2007-07-09 Thread brian
Dan wrote: Oh yeah, the problem isn't that I'm using - instead of =. Well that was a problem but I fixed that and it's still not working. - Dan Dan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm having a little problem assigning a value to an array which has a key. It's