Posted by Kim Andrι Akerψ on 05/04/06 12:26
sagar wrote:
> Hello friends,
>
> I want to know if it is possible to develop a browser based
> application for the local desktop (running win XP) without the need
> for a web server.
>
> This should be something like google desktop search. I should be able
> to submit a form to say a php script but without the web server
> running. Google desktop search uses the following url (on my pc)
> http://127.0.0.1:4664/&s=eHBfrbI3_MvaWmn9J9x2UG-xh6U .
>
> If this is atall possible please tell me the details like where the
> php script is to be stored and what url is to be used to access the
> same.
Google Desktop Search actually runs a small web server on your PC
that's not available to anyone outside the computer. A web server can
also run on any port; the one for Google Desktop Search runs on port
4664.
In short, to make a browser-based application that utilizes PHP, you
will need to run a web server as well. A light-weight web server that's
able to run PHP scripts will do.
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
[Back to original message]
|