Hi all, i have a php-mysql web application, which is a school based project.
My client wants this application to be converted into a .exe file such that it can be installed on his desktop and use it.
Instead, I suggested that we will do the same application using PHP GTK so that it can be run stand-alone on his system.
Will the mysql database be accessible for the GTK application, or do i need to use SQLite database?
Moreover, my existing app has a lot of html forms, with javascript and css included in them. Will the GTK support them ?
Please advice. Iam in a dilemma. Any help is appreciated :)
PHP-GTK applications can use MySQL
PHP-GTK applications can use MySQL just as well as web-based ones.
However,
php app to GTK app
Hi, i have downloaded a sample application of GTK here:
http://www.mithril.ca/code/php-gtk+/mp3_gtk/
Its working fine and also using a mysql database.
So i think using a database is not an issue.
I just want to know how can i convert my existing php application into a GTK app, if it is possible.
FYI, i have been searching for a php compiler, and came across PHPDock, http://www.nusphere.com/products/phpdock.htm
It claims that it can convert a php app into a stand alone app.
I also heard about the Balbalam extension for php.
But not sure about these tools. Iam in a dilemma what to go ahead with.
phpDock
From its own description , but PHP-GTK is /not/ web-based.