that's what JSON is for. It's a serialized javascript array, so you simply
serialize the array in javascript, pass it through to your PHP app, and
there are JSON tools in PHP to instantly decode / encode the arrays.
http://www.php.net/json for more info!

On Fri, Nov 21, 2008 at 5:16 AM, cali_dotocm <[EMAIL PROTECTED]> wrote:

>
> thanks for the solution, it was quiet helpful. i had the exact same
> problem.
> i just have a little problem though. how qould i the fetch the array of
> values back in php(zend). that has proven to be a problem?
> --
> View this message in context:
> http://www.nabble.com/Passing-an-array-from-PHP-to-Javascript-tp19511848p20609153.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>

Reply via email to