dock98 Posted November 2, 2007 Share Posted November 2, 2007 There are a few commercial products out there that allow you to turn your php scripts into an executable. While most of them work well, I have found a way to do it for free, using an open source application. This application is called Wapache (based on the apache web server) and it is open source (distributed under the Apache License 2.0).WApache doesn’t convert your script directly into an executable, it runs on the combination of a windows app (which uses an embedded IE control) and a stripped down version of apache.Features * No Internet Explorer menu, tool bar, or address bar. * Precise control over placement of windows * Three types of windows: basic, tool windows, and dialog boxes (modal and modeless) * Fully customizable drop-down and context menu * System Tray integration * Asynchronous data handling * Works with standard Apache modules like mod_php and mod_perlFull Article Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.