Link to home
Start Free TrialLog in
Avatar of Parth48
Parth48Flag for India

asked on

can i make window application in PHP ??

i want to know that can i make window application in PHP ??
(window application that run under windows xp and it will be executable file (*.exe))

give me some suggestions ....
Avatar of Beverley Portlock
Beverley Portlock
Flag of United Kingdom of Great Britain and Northern Ireland image

The quick answer is "no"

PHP requires Apache or IIS to support it by invoking the PHP engine. This can be also be dome using PHP's CLI feature but anyway you stack it, PHP is a server-side scripting language and has NO facilities for interacting with screens or GUI clients. That's why you have javascript, HTML and flash.
ASKER CERTIFIED SOLUTION
Avatar of torimar
torimar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Or consider trying Java.
Avatar of vukko
vukko

There is a PHP extension called WinBinder[1] that allows one to build native Windows applications.

[1] http://winbinder.org/