Re: Standalone WebServer for PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Steve Staples wrote:

> Ok, here it goes...
> 
> I am building an app, that requires a web interface.  I am using PHP
> becuase I am familiar with it.   Most of the app's i've been looking
> at, use Python, Cherry.py and stuff, but what I was wondering, is is
> there a way to create a php CLI app, that creates it's own "web
> server" even if apache is installed.

Yep, that's no big deal.  A webserver is just some code that listens for
requests on port XX, processes the requests and sends back suitably
formatted responses. 



-- 
Per Jessen, Zürich (12.2°C)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux