The question is, using the php script, I form a certain array variable, say $ a [0] = "1.jpg"; $ a [1] = "test.gif", ..... $ a [200] = "finish. bmp ";. So, here's how to transfer this variable to the js script, for example, is it working like that?
<?php ............................... print ("<script> var massiv =".$a." </script>"); .............................. ?>