Power Up Your Joomla! Website

Joomla! Extensions for Every Website...
Download Extensions
Tech Tutorials

HTML

View

CSS

View

PHP

View

JOOMLA

View

BOOTSTRAP

View

MYSQL

View

Latest Updates

MariaDB Version History
March 29, 2024

MariaDB is an open-source relational database management system (RDBMS). It was created by the original developers of MySQL due to concerns over the acquisition of MySQL by Oracle Corporation.

Read More
Terminology: Relational Database
March 26, 2024

Data are the values kept in the database. Information is processed data. A database is a collection of tables, also called entities. Each table is made up of records (horizontal rows in the table). Each record should be unique, and can be stored in any order in the table. Each record is made up of fields (vertical columns of the table).

Read More
Evolution of Database Models
March 23, 2024

Before databases were used, the only way to store data was files. Programmers had to write complex programs to perform parsing and relating. Accessing the data from files is a challenging task.

Read More
How to Remove HTML tags from String in PHP - strip_tags() Function
February 05, 2024

The strip_tags() function removes or strips HTML and PHP tags from a given string. It removes all HTML and PHP tags, leaving only the plain text content.

Read More