Russell Keith wrote <snip>: > > When doing calling Ajax.Request is there a way to take an array > returned by PHP and read it into a JavaScript array? Or would I need > to split the array in PHP to a comma separated string then read it > back into an array in JavaScript? > >
Try taking a look at JSON. http://php.net/manual/en/book.json.php Kind regards, Nich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
