Navigating: Home » Web Development Web Development This is one major reason I created Devsrealm, to share what I have learned with others in the web development scene. I’ll be covering PHP, JS, JS frameworks, CSS, and more. Getting Started With PHP (Introduction)This is my first PHP guide on this blog, and in this guide, we would go over the introduction of PHP, but first… What is PHP? PHP which is a recursive acronym of Hypertext Preprocessor is a dynamical server-side scripting language that is geared towards web development, but really, it is a general-purpose language, and it’s not limited ... Read Full PostExploring Data Types, Variables and Operators in PHPIn PHP or any programming language, a data type is an attribute of data that tells the interpreter how the programs intend to use the given data. PHP supports a couple of data types of which are integer numbers of varying sizes, characters, Booleans, Floating point number to mention a few. A data type can’t hold ... Read Full PostUser Accounts and Privileges In MariaDBIn this guide, we would look at various ways you can manage user’s accounts and privileges in mariadb, If you are new to mariadb, you can read the following guide to follow the progression right from the start. Introduction To MariaDB Guide To Creating Databases and Tables Altering MariaDB Tables Indexes In MariaDB Guide To Understanding INSERT Statement (MariaDB) Guide To ... Read Full PostList of Functions and Practical Uses In MariaDBMariaDB comes bundled with a lot of built-in functions that can be used to manipulate data within a column. If you are new to mariadb, you can read the following guide, doing this would help you understand the select statement even more: Introduction To MariaDB Guide To Creating Databases and Tables Altering MariaDB Tables Indexes In MariaDB Guide To Understanding ... Read Full PostJoining and Subquerying Data (MariaDB)In this guide, we would look at various ways you can join and subquery data in mariadb. If you are new to mariadb, you can read the following guide to follow the progression right from the start. Introduction To MariaDB Guide To Creating Databases and Tables Altering MariaDB Tables Indexes In MariaDB Guide To Understanding INSERT Statement (MariaDB) Guide To ... Read Full PostPrevious12345Next