This is a discussion on Php server within the PHP Language forums, part of the PHP Programming Forums category; Does somebody know a free PHP webserver to store data on?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thomas,
If you are asking for a webserver written in PHP, there is Nanoweb at nanoweb.si.kz If you are asking about a webserver that supports PHP, there are Apache, Xitami, AOLServer and a long list (please see the install section of the PHP manual http://www.php.net/manual) Now the store data part is not very clear.....PHP is a programming language and webserver serves whatever you have configured it to serve (images, movies, documents, HTML pages, complete PHP applications again rendered as HTML, Web services) Thank you, --Kartic |
|
|||
|
Thomas Blomme wrote:
> Does somebody know a free PHP webserver to store data on? Webserver to store data? You mean web space?? Anyway, Google is your friend <http://www.google.com/search?q=php+webserver> -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ |