Conditional statements are used to perform different actions based on different conditions. PHP supports different types of conditional statements PHP Conditional Statements & Loops if […]
Read MoreCategory: Developer tips
Operators, Expressions and Constants in PHP
Operators in PHP operator is a character that represents an action or a process. Operators take one or more values, process them, and produce results. […]
Read MoreWPLMS Front end quiz creation with all 10 question type
Steps to create the quiz with all 10 question types WPLMS Front-end quiz creation with all 10 question type Step 1: Create the quiz Go […]
Read MoreContact Form 7 Database
Contact Form 7 doesn’t store submitted messages anywhere. Therefore, you may lose important messages forever if your mail server has issues or you make a […]
Read MoreInput Pattern Advanced
Introduction As we know that pattern is used for form validation purposes. In this tutorial, we will see how to write regular expressions using input […]
Read More