Tag Archives: php

Installing WampServer locally

WampServer is a Windows web application environment. It installs Apache, MySQL, and PHP, plus helpful utilities such as phpMyAdmin.

Posted in Uncategorized | Tagged , , , | 1 Comment

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

Installing and configuring Joomla

Joomla is a popular and simple content management system (CMS) to run on a LAMP installation.

Posted in Uncategorized | Tagged , , , | 9 Comments

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