HI, I have written an Ajax code that i want to fetch some data from remote server.My javascript is code is running on server_one and i want to fetch some record from database so respected page is one server_two.My javascript code is connecting with it by jquery ajax as " http://www.server_two.com/fetch_rec.php?id=10 ".But i am not getting any result. I am cheking status and this is returing value "0". So how will i access record from remote.Basically i am making an API that's why i need this. Any help will be apperciate. Thanks in advance