PHP-MySQLi Series 5.6 || String Operators LetsHelpDecember 24, 2017 String operators: String operators are used to merge two or more strings and variables. There are two string operators. They are; 1) ...Read More
PHP-MySQLi Series 5.5 || Logical Operator LetsHelpDecember 22, 2017 Logical Operators: Logical operators are used to test more than one condition and make decision. In php mainly there are three types of...Read More
PHP-MySQLi Series 5.4|| increment or decremenst operators LetsHelpDecember 16, 2017 Increment/Decrement Operators: This operator is used to increase or decrease the value by 1. Mainly there are two ways to increase or d...Read More
PHP-MySQLi Series 5.3 || comparison operators LetsHelpDecember 14, 2017 Comparison Operators: It is used to compare the two values. Read More
PHP-MySQLi Series 5.2 || Assignment operator LetsHelpDecember 12, 2017 Assignment operators are used with numeric values to write a value to a variable. We use symbol (=) to represent assignment operator...Read More
PHP-MySQLi Series Part 5.1 || Arithmetic operators LetsHelpNovember 23, 2017 Arithmetic Operators : The PHP arithmetic operators are used with numeric values to perform some arithmetical operations, like additio...Read More