Hello I\'m trying to pass several arrays from php to javascript. For some of them it works, for others not. I get an array of filenames and an array which contains the content o
you initiate
var textListArray=new Array(5);
but try to use
listTextArray
Use the same name and everything will be alright