This is a JS demo
This is the PHP code
I Don't Know why it was running and suddenly it don't need to run anymore, In addtion to that the result is not as i need i need to say as example:
alert(rs[0]); //and the alert result is 1
alert(rs[1]); //and the alert result is 2
Any Suggestions ?
request.responseText. You know, basic debug stuff.rs = new Array();is unnessecary, simply justvar rs = JSON.parse(ajaxRequest.responseText);