Hi again ozzythaman,
what the Zend encoder does, is only to protect the code from being easily seen, nothing more, nothing less (as far as I remember). I agree with your opinion concerning the use of HTML (forms & output), it really seems not to be possible to use the code "as is" to produce a standalone application without having a web-server running.
But to tell you the truth, you made me a little curious about the modifications you did. I mean, if you don't mind sharing your knowledge with me or maybe others. If you do mind, no problem at all, it is yours, and you might be able to make a good buck out of your idea.
The way it looks right now, at least for me and my project, I might keep it the way it is for right now, and then I might port it to C or C++ sometimes, if somebody really isn't happy with having a web server running on his local machine, at least as long as I don't find a better solution. Maybe the only thing needed is to write a HTML-parser that could be bound to a browser, something like the Flash plugin, etc. Well I don't know yet, future will show.
For right now thanks for your comments, and like I said, if you don't mind sharing modifications, I wouldn't mind giving them a try. Maybe they could build a base for further developement and research (perfectioning).
Hi jaremuck,
I also agree with your opinion, PHP-GTK really looks very promising, but it does not really match my needs. I also had really bad times to compile it in order to bind it to my dev-environment. I use PHP 4.2.4 dev, and it doesn't work with it the way it comes packed right now, at least on my machine. It just throws out many errors before the application starts, and as far as I understood, I would have to rebuild the GUI anyway if I use it, I mean I'm just able to use my program logic, and that's it. OK, conerning the platform independence, this might be worth it, but this is not on top of my priority list at the moment, because using a web server has the same effect at the moment + being able of multi-user support, Intranet & Internet capabilities, and this without having to change a piece of code. If it would be possible to combine all of this in my code, without really having to change a lot, fine, but I really don't mind if I have to leave it the way it is. Who knows, maybe a further developement of PHP, or a new developement of something like a plugin for browsers or whatever might fill the gap. I'll do some more research in the future, for sure, but my top of the list priority is to get a complete application to work, and I'm quite finished.
OK, thanks again to both, as soon as I find a solution or have an idea, I'll post it.
Best regards
Gaucho