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 assign

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,

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 w

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 me

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:[E

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

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. I

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.