Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在 xampp 服务器上运行程序?我正在制作游戏,需要在服务器上运行控制器程序以接收来自客户端程序的信息。这可能吗?我知道您可以远程启动服务器上的程序,但它会在服务器 pc 上打开程序,而不是我想要的。
另外,我想知道是否可以单击 index.php 页面上的链接并在您的 PC 上打开 client.exe。到目前为止,它只在服务器 pc 上启动它。我正在使用 echo exec('') 命令来启动程序。
谢谢,爱狗人士
在服务器端,您可以尝试 PHP/CGI 并将数据存储在文件或 MySQL 数据库中。
在客户端,您可以尝试 JAVA/Flash,也可以使用content disposition标头强制在用户计算机上下载文件。
content disposition