PHP
Turba
Submitted by tower on Mon, 2005-08-01 07:56. PHPTurba is a series of PHP scripts that implement a contact directory and management interface. It is a Horde contact management application, which makes heavy use of Horde applications to provide integration and other Horde management programs. The Horde applications help to create distribution lists from your address books. These are handled by IMP or other Horde applications.
PHProjekt
Submitted by tower on Wed, 2005-07-06 12:17. PHPPHProjekt is a groupware suite, which supports coordination and management of group activities, share information and document among the teams and companies via an Intranet and the Internet.
This modular application consists of multiple components, including a group calendar with resource booking, a time card system, project management, a request tracker, a mutual file system, a contact manager, a mail client, a forum, chat, notes, shared bookmarks, to do lists, a voting system, and reminders. An API allows the integration of several available add-ons like, Web shop, WAP suite, sync tools etc.
phpGroupWare
Submitted by tower on Fri, 2005-07-01 11:37. PHPphpGroupWare, formerly known as webdistro is a multi-user groupware suite written in PHP. It provides about 50 web-based applications like, Web-based calendar, todo-list, addressbook, email, notes, news headlines, and a file manager and a project manager. The system, as a whole supports user preferences, themes, user permissions, multi-language support, an advanced API, and user groups.
PHP
Submitted by tower on Wed, 2005-06-29 08:28. PHPPHP or Hypertext Preprocessor is a scripting language, which is used especially for web development.
PHP is mainly a server side scripting and can easily be embedded into HTML. Its functionalities resemble with any other CGI programs’ functionalities like collecting form data, generating page content, sending or receiving cookies etc.
PHP
Submitted by tower on Tue, 2005-06-28 15:56. PHPPHP or Hypertext Preprocessor is a scripting language, which is used especially for web development.
PHP is mainly a server side scripting and can easily be embedded into HTML. Its functionalities resemble with any other CGI programs’ functionalities like collecting form data, generating page content, sending or receiving cookies etc.
PHP dominates in three major sectors like:
- Server Side Scripting - the main field for PHP, where three things are required – PHP parser, web server and a web browser
- Command Line Scripting - for making PHP script run without any server or browser. Only PHP parser is required for this purpose.