PHP with DB backed-end application to complete windows EXE possible or not?
- by Devyn
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!!!