So I'm going to build a simple PHP CMS. I need to know how should I build it to be able to call its functions from .NET WPF applicationm 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 authentication, after which they'll need to call that functions
So how to call PHP functions from .NET WPF application?