Log in

View Full Version : PHP to EXE?



fileserverdirect
07-17-2007, 02:48 AM
Hi Guys(or girls, if there are any (.?.) ),

I was wondering if there was such a program that would turn a php page in to a .exe program. I can script [u]alomost[\u] ok in php. I am getting into, and liking HTML to EXE programs, and have been very useful to me, but my php pages would be much more advanced. Is there such a program or is it even possable? If there is, please tell me.

File server direct

djr33
07-17-2007, 03:05 AM
http://www.bambalam.se/bamcompile/

Works well. Everything works, though it's quite different than outputting a webpage, obviously, since it's command line.

Twey
07-17-2007, 01:54 PM
I am getting into, and liking HTML to EXE programsWriting fully-fledged client-side programs in HTML is a nightmarish task. You'd do much better to learn a language designed for the task (I recommend Python with wxWidgets if you're more familiar with scripting languages). PHP can do somewhat better, and even has bindings for GTK+, but is still less than ideal.