Re: [PHP] Need someone with a fresh mind on tacking thisarrayproblem...

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 11:45, Scott Fletcher wrote: > Bingo!! I did some PHP re-arrangement and I also do what you were saying > about taking out the quote. It doesn't work with the quote inside and it > work without the quote. What so interesting is that the year is actually a > string so I figu

Re: [PHP] Need someone with a fresh mind on tacking thisarrayproblem...

2003-06-18 Thread Scott Fletcher
Bingo!! I did some PHP re-arrangement and I also do what you were saying about taking out the quote. It doesn't work with the quote inside and it work without the quote. What so interesting is that the year is actually a string so I figured that putting it in a sting will work, but I guess not..

Re: [PHP] Need someone with a fresh mind on tacking thisarrayproblem...

2003-06-18 Thread Scott Fletcher
Well, I don't remember exactly where was it mentioned. It involve the array, $_SESSION, $_REQUEST, etc. where there is a double bracket is being mentioned. :-) Thanks, Scott P.S. still working on php script. sigh! "Lars Torben Wilson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

Re: [PHP] Need someone with a fresh mind on tacking thisarrayproblem...

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 11:11, Scott Fletcher wrote: > Well, the PHP Manual said we should be using the quote (single or double) > inside the array no matter what, it also reduce the side-effect problem. > It's what I read at php.net in the past. That's referring to string literals, but that might n