Take the tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to make one website and desktop application. My web application is based on PHP and the desktop application is based on C#.

How can my desktop application interact with the server?

Is there any framework available in PHP which can return XML data to my desktop application directly from controller or do I have to make web service independently?

If there are any frameworks available, then please describe which one is best for me to use and why?

share|improve this question
 
You can return XML with any framework, and with regular php pages too. Also, describe which one is best to use and why makes the question off-topic for SO –  Damien Pirsy 2 days ago
 
this can be helpful stackoverflow.com/questions/3006180/… –  Najam-us-Saqib 2 days ago
 
add comment

put on hold as off-topic by Damien Pirsy, MichaC, Rob, M42, Mario 2 days ago

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – MichaC, Rob, M42, Mario
If this question can be reworded to fit the rules in the help center, please edit the question.

Browse other questions tagged or ask your own question.