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

Reply via email to