LahiruK717
LahiruK717

Reputation: 47

Calling php scripts from windows phone 8 (C#)

I'm working on a windows phone 8 project. I want to connect to the database (MongoDB) which is hosted somewhere. with out calling directly to the database, I'm calling through a php API.(basically each operation has separate php scripts).

So I want to make C# send a request to PHP scripts running at the webserver and make PHP return data to windows phone application through internet.

Can anybody please tell me how to do this.

Please suggest any online links or tutorials or your own idea.

Upvotes: 0

Views: 671

Answers (1)

Amit Bhatiya
Amit Bhatiya

Reputation: 2621

You can have Reference from here : How to call a PHP based web service in windows phone 8.

Upvotes: 1

Related Questions