Hi,
I might also want to get with a qualified person on a future project, but this is a general question.
I have developed an extensive web application using php which talks to a mysql database. The coding does not use classes, only (very good I think) functions.
my question is, how much work is involved in creating a desktop-type installable program which has the same interface and layout as the browser-based application, and talks to the same database?
One further question is can the mysql database be "embedded" in the program so the program is self-contained, and is it possible to have the program switch-hit between an embedded db and an external db connected to over a network.
Just need an idea of how much work is involved. Is all my php coding useless or can it be ported over?