Re: [PHP] Strange array access problem

2005-10-25 Thread Ken Tozier
Got it working. Thanks for all your help Rob. Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strange array access problem

2005-10-25 Thread Robert Cummings
> On Wed, 2005-10-26 at 00:28, Ken Tozier wrote: > > I'm having a major problem with what seems, on it's face, to be a > > really basic array function. > > > > What happens is on the browser end, I've written some javascript code > > that packages up javascript variables in native PHP format a

Re: [PHP] Strange array access problem

2005-10-25 Thread Ken Tozier
Rob , Very helpful, Thanks! I'll try to rewrite the serializer on the javascript end to encode integer keys as integers. Ken On Oct 26, 2005, at 1:23 AM, Robert Cummings wrote: On Wed, 2005-10-26 at 01:06, Robert Cummings wrote: I did some more investigating. Your problem appears to b

Re: [PHP] Strange array access problem

2005-10-25 Thread Robert Cummings
On Wed, 2005-10-26 at 01:06, Robert Cummings wrote: > > I did some more investigating. Your problem appears to be PHP5 specific. > I manually created the serialize string I assumed you had, but PHP4 was > smarter than me and auto converted the string key to an integer once > again; however, PHP5 fo

Re: [PHP] Strange array access problem

2005-10-25 Thread Robert Cummings
On Wed, 2005-10-26 at 00:28, Ken Tozier wrote: > I'm having a major problem with what seems, on it's face, to be a > really basic array function. > > What happens is on the browser end, I've written some javascript code > that packages up javascript variables in native PHP format and sends >

[PHP] Strange array access problem

2005-10-25 Thread Ken Tozier
I'm having a major problem with what seems, on it's face, to be a really basic array function. What happens is on the browser end, I've written some javascript code that packages up javascript variables in native PHP format and sends the packed variables to a PHP script on the server via a