Through iphone I send username and password, it parses a php file where validation is done.If its a valid user then it allows me to update data(Which is also done by a php page by sending an url).Now I want to call this php page. Now if I logged in through browser and send a request trough that url ,it works.
But when I try it through iphone it doesn't.
So can someone help me to get out of this.