I'm trying to return the source of the url using php but it wont work. https://edit.yahoo.com/reg_json?Par...D=dangy15342@yahoo.com&ApiName=ValidateFields I have tried every method I know of the correct way it just returns a blank page. Suppose to return this: {"ResultCode":"SUCCESS","HostnameInfo":"r05.member.bf1.yahoo.com"} if does not exist an return this if account exists {"ResultCode":"PERMANENT_FAILURE","SuggestedIDList":["dangy1585@yahoo.com","dangy1592@yahoo.com","dangy1557@yahoo.com"],"SuggestedDBIDList":["dangy1593@rocketmail.com","dangy1583@rocketmail.com","dangy1510@rocketmail.com","dangy1587@ymail.com","dangy1577@ymail.com","dangy1518@ymail.com"],"HostnameInfo":"r05.member.bf1.yahoo.com","ErrorList":[{"ErrorCode":"100000","ErrorField":"AccountID"}] But does not. Please post a working method of the above url here please!
Please, whenever you include code from your project, either use the built-in code highlighting or use a 3rd-party resource such as paste bin. It makes it much easier for anyone to help you.