简体   繁体   中英

Can I create my own browser window for my PHP application?

I created an application written in PHP for my client. 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..

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. Double clicking the shortcut will then open your web page using the default browser on your machine

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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