将PHP-MySQL Web应用程序转换为桌面应用程序(exe)

问题描述:

我已经开发了一个PHP-MySQL Web应用程序,它是一个基于学校的项目. 我的客户希望将此应用程序转换为.exe文件,以便可以将其安装在他的桌面上并使用它.

I have developed a PHP-MySQL web application, which is a school-based project. My client wants this application to be converted into a .exe file such that it can be installed on his desktop and use it.

如何将PHP网站转换为.exe文件,并且可以在不需要数据库/服务器软件的情况下运行它?

How the PHP website can be converted to a .exe file and can it be run without the need of a database/server software?

请咨询.

便捷的解决方案是不将网站转换为.exe.我认为如果您便携式服务器/php/mysql 并从具有自动运行功能的USB或CD.

The convenient solution is not to convert the website to .exe. I think it will be better if you have portable server/php/mysql and make the website work from a usb or CD with autorun.