I would retrive the Return value from a function php to a C# WinApp Client.
I have some functions in a php page.
Those functions use Get Method and elaborate some data recived from a C# Winapp Client.
So php pages after elaborate the data return a value. Now i would get this value from C# client.
I would do this ‘on fly’ without save any files on the Pc Client.
how can I do this?
Edit : If someone Could make an exampe with Json or XML i will appreciate it.
A simple example with JSON output:
PHP code:
C#.NET code: