Re: [PHP] Array in PHP and Javascript

2001-05-08 Thread elias
Hi there There are lots of way that a PHP script can pass arrays to JavaScript... you can output the array to javascript like: $fls is an array. rnd_imagesnames = new Array(

[PHP] Array in PHP and Javascript

2001-05-08 Thread Reuben D Budiardja
Hello, I have a question here. Can I pass an Array (php) to a javascript function, and then process the array there using javascript? How do I access the php array in javascript then? Say, all I want a do is to iterate through the array and build a string using javascript, for example. How