Jump to content

Convert php site to .exe


dskanth

Recommended Posts

Hi all, i have developed a php-mysql web application, which is a school based project.

My client wants the this application to be converted into a .exe file such that it can be installed on his desktop and use it.

 

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

 

Please advice.  ;)

Link to comment
Share on other sites

There are compilers around for php but you need to program with them specifically in mind. I'm not sure you can just compile a web application (server - client) into an exe and expect it to work. Its a different approach all together.

Link to comment
Share on other sites

Also if you wish to distribute MySQL embedded into your application you need to buy a commercial license (or distribute your application on open source license - so why bother compiling it?)

Link to comment
Share on other sites

Hi, thanks for your replies. Here, iam also planning to use sQLite for developing the application, instead of MySQL.

But what my intention is that i want my application to be converted into a .exe file, such that the application can be run wven without the web browser.

 

I heard about the Bambalam extension, but not sure about it.

Please advise.... Thanks.  8)

Link to comment
Share on other sites

He could do this with MySQL as well. The point is he wants to have it all as a standalone app.

 

IMHO the best option would be to rewrite application in some language that's better suited for desktop applications like Java for example.

Link to comment
Share on other sites

Hi, i came across this tool, and hope it satisfies my purpose.  :)

 

Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL.

Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.