Can I create an windows exe application using PHP program and using Database also? -


this question has answer here:

i college level student. school life interested website creating, , thats why came learn php language, i'm able create php app in website, want create offline windows app using language , database.

but student of college, cse or computer engineering not textual study, thats why cant learn java or c/c++ other else.

so profassional programmers, can me out?

yes, can.

here ways this:

  • command line php — developing shell applications php;
  • php desktop — open source project developing native desktop gui applications using web technologies (php, html5, javascript & sqlite);
  • winbinder — open source extension allows php programmers build native windows applications;
  • phalanger — implementation of php, rewritten in c#. can access c# libs;
  • exeoutput — makes possible create applications in native format windows php, javascript , html;
  • php gtk — extension php programming language implements language bindings gtk+. not supported 2010;

of course, maybe there other ways, i recommend creating windows apps use c++, python, java, c#, etc. it's save time , nerve.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -