What is WordPress? WordPress is an open source blog tool and publishing platform powered by PHP and MySQL. WordPress can be used for not only blogging posts but also to store static information that can be easily updated like a…
Introduction to PHP scripting language
What is PHP? PHP stands for Hypertext Preprocessor. It is an open source server-side scripting language which means that the scripts are executed on the server like ASP (Active Server Pages). PHP is a cross-platform application that runs on Linux,…
Introduction to MySQL Database
MySQL Database – Introduction MySQL is a relational database management system (RDBMS) that uses Structured Query Language (SQL) . MySQL RDBMS is an open source application which means it is free to use under the GNU General Public License. Structured…
Introduction to Joomla Content Management System
What is Joomla? Joomla is an open source content management system used to create a website and other online applications. Joomla is considered as the most popular website software. Joomla! is written in PHP, stores data in a MySQL database.…
Introduction to Drupal Content Management System
What is Drupal? Drupal is an open source content management system used to create a websites, blogs, web portals and much more. Drupal is written in PHP and distributed under the GPL (General Public License). Drupal is cross-platform, which means…