If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Making a Php, Mysql Application an exe package

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-26-10, 05:53
16pradeepkumar 16pradeepkumar is offline
Registered User
 
Join Date: May 2010
Posts: 1
Making a Php, Mysql Application an exe package

Hi buddies,

I have developed an application using Php And Mysql, I want to make this application an exe package which can be installed on any system easily like any other software.
Is there a way i can do this. I will really appreciate it if anyone can help me on this.
Reply With Quote
  #2 (permalink)  
Old 06-01-10, 06:11
ProphetX ProphetX is offline
Registered User
 
Join Date: Jun 2010
Location: New Zealand
Posts: 15
Check out bcompiler, although I don't think it's exactly what you're after.

I think the closest you will get to redistributing your web application is to include a pre-configured portable web server. You could quite easily write a little .NET application that runs a portable web server in the background and loads up http://localhost/ into the user's web browser.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On