Joomla Components are the core element that adds functionality to your Joomla site. Joomla components add functionality and features to your Joomla site from simple guestbook component up to ecommerce component such as Virtuemart. Joomla core components include Content, Banners,…
Tag: PHP
How to Manage Users in Drupal
In this lesson we are going to learn how to manage user accounts in Drupal. After you have successfully installed a Drupal site on your local machine, your account is automatically given all the privileges to administer the site. It…
Installing Drupal on WAMP server
How to install Drupal on WAMP server? In this lesson we are going to learn how to install a Drupal site on a WAMP server. Installing WAMP server 1. We have to setup first our WAMP server on our machine.…
Installing WordPress on WAMP server
How to install WordPress on WAMP server? In this lesson we are going to learn how to install a WordPress on a WAMP server. Installing WAMP server 1. We have to setup first our WAMP server on our machine. Click…
Installing Joomla on WAMP server
How to install Joomla on WAMP server? In this lesson we are going to learn how to install a Joomla site on a WAMP server. Installing WAMP server 1. We have to setup first our WAMP server on our machine.…
PHP Tutorial – PHP Basic Data types
PHP Basic Data types The table shows the simple data types in PHP. [TABLE=2]
PHP Tutorial – Learning the PHP Syntax
PHP scripts are enclosed within a start and end tag. PHP scripts are embedded in a HTML document and you can place the PHP codes anywhere in the document. The two forms of PHP scripting block: The shorthand form starts…
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,…