I'm create an app that collect some data from user's computer
then I want to send them to a PHP file that receive data then php valid the code then it return a text and I want to show it in a text box in my application.
My questions are how can I post data in c# and collect a text that php return after data valid.
A text that php return is this format:
echo $validcode;
WebClient.UploadData,UploadValuesetc: msdn.microsoft.com/en-us/library/tdbbwh0a(v=vs.110).aspx