Any more tips? - Yes, try it...
But seriously, there are a number of alternatives:
1)
Code:
http://www.indigostar.com/microweb.htm
2)
Code:
http://www.inspired-archetypes.com/downloads.php
The first one is a commercial package, the second one is a free package and is more than enough for not only proof-of-concept applications but also for production versions - check licensing though.
Or you could slap up your own version in about an hour if you have any experience with Delphi/VC++.
All you need is the sources for the Apache server, bind it with a web browser control, download a minimal PHP 5 from
and you'll have all you need for writing/testing/packaging a truly portable application.
Try any of the above, if you get stuck ask *specific* question, I'll help if I can.
A.
PS.
also allows you to write "native" gui's for window using PHP. However, the idea here was that we use a browser so that we can use HTML/Javascript to write "potable GUI's" and multi-media applications without having to learn silly API's.
Therefore, I do not recommend that you use Winbinder ( you can try it though if you want to, of course ). I've only shown that page as they have a minimal PHP 5 package which basically runs "out-of-the-box."
You could get a full version of PHP and strip it down if you want to. However, if you just want to try the concepts above, then you'd probably want to get going asap. And the above links will do that for you.
There are other alternatives, too, google for "web gui" or similar...