how to call PHP api from C# (simple examle)

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-23T20:49:50Z Indexed on 2010/04/23 20:53 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

So I need a eary bacik interaction example of C# client using PHP server. I want to see a simple php API conteining 2 methos sum(a, b):c and echo(string):string and a simple C# client able to use that methods. How to do such thing?

© Stack Overflow or respective owner

Related posts about php

Related posts about api