Home > Enterprise >  How I can use a PHP code in C# desktop application
How I can use a PHP code in C# desktop application

Time:09-01

Is there any way to run the PHP code on the c# app since I'm working on an application that requires to implement of this C#

CodePudding user response:

See, use C# directly and use the html-php method, like php embedded into html code and then link with a webbrowser proc in background and make it work! :) Also don't do that, use direct C# and dont but any embed bugs!

  • Related