So I'm going to bild a simple PHP CMS. I need to know how should I bild it to be able to call its functions from .NET WPF application. And how to call PHP functions and send forms from WPF .NET application...
BTW: I'm going to have users with passwords that would need some form of autentication. after which they'll need to call that functions
SO how to call php functions from .NET WPF application?