is it possible to call a PHP method (from a class) from within the xmlHttpRequest.open()?
xmlHttpRequest.open("GET",$class->method, true);
Thank you
is it possible to call a PHP method (from a class) from within the xmlHttpRequest.open()?
xmlHttpRequest.open("GET",$class->method, true);
Thank you