Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi People,

Let me be straight, I want to interact with a webserver from a DotNet Client. The web server is a Postgre Server and the server-side scripting language is PHP. The DotNet client is built in C#. I am actually new to this type of a concept so I was wondering whether it is actually possible or not. Its almost 2days now that I am not able to come up with any solid solution. I will be very much thankful if anyone can guide me out of this problem.

Thanks in advance
:) :)
Posted

1 solution

There is no reason it won't work. If the PHP script is returning XML, no problem, just load the XML from the URI and display/process it. If the PHP supports some kind of commanding through URLs, then setup some web requests and tie them to commands/buttons.

If you're working in a WinForms app, WPF or Silverlight, there are lots of specific examples. Same with from ASP.NET.

What particular roadblock did you hit (if any)?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900