Connecting Tech Pros Worldwide Help | Site Map

desktop applications in php

sagar
Guest
 
Posts: n/a
#1: Nov 22 '05
Hello,

I have written web-scripts in php.
I want to know if it is possible to write desktop aplications in php
which dont require the web server. If yes, than can we run these
applications as executable in windows.


Thank You
Sagar Arlekar

Jerry Stuckle
Guest
 
Posts: n/a
#2: Nov 22 '05

re: desktop applications in php


sagar wrote:[color=blue]
> Hello,
>
> I have written web-scripts in php.
> I want to know if it is possible to write desktop aplications in php
> which dont require the web server. If yes, than can we run these
> applications as executable in windows.
>
>
> Thank You
> Sagar Arlekar
>[/color]

Yes and yes.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
black francis
Guest
 
Posts: n/a
#3: Nov 22 '05

re: desktop applications in php


http://gtk.php.net/

Colin McKinnon
Guest
 
Posts: n/a
#4: Nov 22 '05

re: desktop applications in php


Jerry Stuckle wrote:
[color=blue]
> sagar wrote:[color=green]
>> Hello,
>>
>> I have written web-scripts in php.
>> I want to know if it is possible to write desktop aplications in php
>> which dont require the web server. If yes, than can we run these
>> applications as executable in windows.
>>
>>
>> Thank You
>> Sagar Arlekar
>>[/color]
>
> Yes and yes.
>[/color]


You can:

1) use the GTK widget set from PHP
2) create a POSIX environment on the MS-Windows (not 'windows') machine then
use the ncurses library with PHP
3) ISR tht someone was working on embedding PHP into a CHM help-browser type
application - try google for more info

....but the web browser environment provides so much functionality maybe you
should think about using a slimline webserver. There's even a couple
written in PHP.

C.
Closed Thread