简体   繁体   English

我可以为我的PHP应用程序创建自己的浏览器窗口吗?

[英]Can I create my own browser window for my PHP application?

I created an application written in PHP for my client. 我为客户端创建了一个用PHP编写的应用程序。 Since it's stored in a remote server, he needs to open the browser and type the address to open the application. 由于它存储在远程服务器中,因此他需要打开浏览器并键入地址以打开应用程序。

Since he is not much of a technical person, he reluctant to go through those steps. 由于他不是技术人员,因此他不愿意执行这些步骤。 (Open browser.. etc) And use a third party browser. (打开浏览器等),然后使用第三方浏览器。

So, is there anyway, that I can create my own small desktop application as an interface or window and include a browser extension or something with a fixed address to my PHP application.. 因此,无论如何,我可以创建自己的小型桌面应用程序作为界面或窗口,并包含浏览器扩展或具有固定地址的PHP应用程序。

So, that my client just needs to click on that icon and it opens the particular app straight away.. 因此,我的客户只需要单击该图标,即可立即打开特定的应用程序。

I am not entirely sure I understand what you are tying to do, but if you are looking to create a desktop icon that links to your application, you can create a shortcut on your desktop and set the location of the shortcut to the URL of your web application. 我并不完全确定我了解您要做什么,但是如果您要创建一个链接到您的应用程序的桌面图标,则可以在桌面上创建快捷方式并将快捷方式的位置设置为您的URL。 Web应用程序。 Double clicking the shortcut will then open your web page using the default browser on your machine 双击快捷方式,然后将使用计算机上的默认浏览器打开您的网页

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM