[Proto-Scripty] Re: what causes this? prototype/javascript/php ?!

2009-07-27 Thread Richard Quadling
-scriptaculous@googlegroups.com Sent: Sunday, July 26, 2009 6:23 PM Subject: [Proto-Scripty] Re: what causes this? prototype/javascript/php ?! On Jul 26, 5:26 pm, Alex McAuley webmas...@thecarmarketplace.com wrote: because its being sent as an array.. php cannot directly read javascript

[Proto-Scripty] Re: what causes this? prototype/javascript/php ?!

2009-07-26 Thread Alex McAuley
because its being sent as an array.. php cannot directly read javascript arrays and as such you have to json encode/decode it Alex Mcauley http://www.thevacancymarket.com - Original Message - From: geoffcox g...@freeuk.com To: Prototype script.aculo.us

[Proto-Scripty] Re: what causes this? prototype/javascript/php ?!

2009-07-26 Thread geoffcox75
On Jul 26, 5:26 pm, Alex McAuley webmas...@thecarmarketplace.com wrote: because its being sent as an array.. php cannot directly read javascript arrays and as such you have to json encode/decode it Thanks Alex - I have not so far used json - can you suggest a good site for help on this?

[Proto-Scripty] Re: what causes this? prototype/javascript/php ?!

2009-07-26 Thread Alex McAuley
PM Subject: [Proto-Scripty] Re: what causes this? prototype/javascript/php ?! On Jul 26, 5:26 pm, Alex McAuley webmas...@thecarmarketplace.com wrote: because its being sent as an array.. php cannot directly read javascript arrays and as such you have to json encode/decode it Thanks Alex - I