In javascript I have a code which execute php function:
var oReq = new XMLHttpRequest(); oReq.onload = function getData() { var result = this.responseText;