PHP with DB backed-end application to complete windows EXE possible or not?

Posted by Devyn on Stack Overflow See other posts from Stack Overflow or by Devyn
Published on 2010-12-31T23:15:23Z Indexed on 2011/01/01 1:54 UTC
Read the original article Hit count: 491

Filed under:

Hi, Let's say I have a php application backed-end with SQLite and I would like to convert whole application to exe file so the end user can just click it and run on windows. User should be able to save, update and add new data into database without any web server or browser things. Is it possible?

I found out that we can use PHP-GTK for UI.

exeoutput.com supports with database engines according to it's website. Anyone have tried it out? If I'm missing something, pls share with me.

Thanks all in advance and happy new year!!!

© Stack Overflow or respective owner

Related posts about php