Tag Archives: LAMP

Customer relationship management solutions

Customer relationship management (CRM) is the integrated management of an organization’s interactions with customers, “customers” being broadly defined.

Posted in Uncategorized | Tagged , | 2 Comments

Checking your PHP settings with phpinfo.php

A phpinfo.php file is invaluable for confirming that your PHP installation is working, and for viewing its configuration. …

Posted in Uncategorized | Tagged , , , , | 3 Comments

Diagnosing LAMP application problems

A few tips for diagnosing problems with your LAMP application.

Posted in Uncategorized | Tagged , , | Leave a comment

Web-based calendars

When a client asked me for a replacement free/busy calendar for her website, I made the following list of what I found.

Posted in Uncategorized | Tagged , | 1 Comment

Installing and configuring vtiger

Vtiger CRM is a Customer Relationship Management (CRM) web application.

Posted in Uncategorized | Tagged , | 4 Comments

Installing Apache locally on Linux

Apache is often used as part of a LAMP (Linux, Apache, MySQL, PHP) stack to accommodate web applications such as a content management system or customer relation manager.

Posted in Uncategorized | Tagged , , | 6 Comments

Creating a MySQL database on remote web hosting

Different web hosts have different methods of creating databases, which are documented here. …

Posted in Uncategorized | Tagged , , | 1 Comment

Installing and configuring PHP

PHP is often used as part of a LAMP installation to accommodate a web application such as a CMS.

Posted in Uncategorized | Tagged , , , | 6 Comments

Installing MySQL locally

MySQL is a popular relational database management system (RDBMS) that uses structured query language (SQL) for processing the data in the database. It is often used as part of a LAMP stack to accommodate a web application such as a … Continue reading

Posted in Uncategorized | Tagged , , | 4 Comments