[PHP] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
, iterating over the array variable etc. Pls help!! - dee -- View this message in context: http://www.nabble.com/Passing-an-array-from-PHP-to-Javascript-tp19513035p19513035.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Passing an array from PHP to Javascript

2008-09-16 Thread Yeti
I would use an unserializer. http://code.activestate.com/recipes/414334/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Passing an array from PHP to Javascript

2008-09-16 Thread Carlos Medina
Yeti schrieb: I would use an unserializer. http://code.activestate.com/recipes/414334/ Hi, why not JSON? Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php