creating a windows application

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
nnaavveenn
Forum Newbie
Posts: 6
Joined: Fri Apr 30, 2010 11:15 am
Contact:

creating a windows application

Post by nnaavveenn »

hi, i am not much experienced in php ,but i m able to create some forums which can get information and store in mysql database and display it when needed

i am planing to create a application which gets the number of classes which i bunked daily and maintain my attendance percentage,, and maintain a record of classes which i didt attend

i can do this with php,html,mysql, JavaScript. but i can use this application only with the browser support and a wamp server installed in my system,,

my question is ,Can i convert the index.php file into something like index.exe so that it maintains a database in it , and making it to work in a computer which does not contain a browser or wamp?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: creating a windows application

Post by greyhoundcode »

Take a look at PHP-GTK, NuSphere PhpDock, ZZEE PhpEXE and Phalanger. Four very different approaches so do some exploring of your own to figure out what is best for you.

When all is said and done however it might be better to ditch PHP for this task and use a language better suited to the task.
User avatar
nnaavveenn
Forum Newbie
Posts: 6
Joined: Fri Apr 30, 2010 11:15 am
Contact:

Re: creating a windows application

Post by nnaavveenn »

thank u,, thats wat i m looking for
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: creating a windows application

Post by Benjamin »

Forum Rules wrote: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.
You may also want to read:
  1. General Posting Guidelines
  2. Posting Code in the Forums
  3. PHP Manual
  4. PHP Tutorials
Post Reply