简体   繁体   中英

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM