PhpWiki is a PHP clone of WikiWikiWeb, a web site system where anybody can edit the pages right through the web browser, without any authentication. Each page features a 'EditText' link that allows anyone to edit the current page and a 'FindPage' link which lets anyone search the entire site. The system works by pulling a requested page out of a dbm file and converts it to html on fly. It can be useful for any type of group collaboration enviroment such as group project documentation, freeform discussions, etc.