i having a problem with getting php file content from other server using ajax
i have tried
$.get('http://ec2-174-129-44-226.compute-1.amazonaws.com/api/views/client.php', function(data, textStatus, jqxhr) {
//
});
from other server
i have call from this domain : http://50.22.194.112/
.
But above code doesn't work.
Give proper solution for that