Hello everyone; I'm looking for method to transfer code php, function php, to program executable like each programme in windows. Digitaly
You can't really do that. You cannot run PHP as a native Windows-application, you'll need some sort of webserver to run PHP. If you want to run what is today a PHP-based website/app in Windows, stand-alone, you'll need to rewrite it in a language able to run as a stand-alone app - C#, Java, something like that.
Thank you for answer, there is one method i knew, it's to create image form application web site, and but this image icon in desktop, it all what I fond, Thank you againe
Well, there's Winbinder. https://forums.digitalpoint.com/threads/your-first-windows-application-written-in-php-only.364497/ Not sure if it's still relevant, though.
Winbinder haven't been updated for years, it seems - however it might still work, I haven't tested it.