About Us Contact Us
CubedLabs

QuickPHP

QuickPHP was written for PHP, by PHP, compiled in PHP, and executes PHP.

Few people know that PHP can actually be used to write & create Windows applications. They can work on Windows 95, right up to Vista. It's all done using a clever PHP extention DLL called Winbinder (winbinder.org). It also needs to be compiled to a Windows executable; this can be done using KrakJoe's phpCompile found at InterViolet.com. The users of applications written in PHP don't need to have anything special installed on their PC, simply a Windows OS. To show you how easy this can be to write, QuickPHP was written. It's also a pretty useful application too!

QuickPHP can execute any PHP code you tell it to. This has many advantages;

There are however, limitations to using this as opposed to a full localhost solution: Here's a screenshot of it in action:



Clicking "Execute" to the right will execute the code in the text area of the application;



You can also output the result to a HTML page, to be loaded in your browser straight away.

This project is open source. For those interested; the following is is the source for Version 0.4.1. The Winbinder Libraries are required for compilation; they can be aquired from the WinBinder website.

If you make any changes to the code that you believe could benefit others, please contribute them by discussing in this thread: http://freewebspace.net/forums/showthread.php?t=2208439 (you will need a user account).

You must compile this code to use the application. Alternatively, you can use the pre-compiled application, hosted at google code;

Download - http://cubed.../QuickPHPv0.4.1.zip - compiled in php4


Download - http://cubed.../QuickPHPv0.4.1-php5.zip - compiled in php5