In this tutorial, we will discuss PHP form handling. You will learn how to collect user-supplied form data using $_POST, $_GET, and $_REQUEST methods from […]
Read MoreAuthor: Saloni Gavade
PHP Variable Scope & Superglobal Variables
In PHP, variables can be declared anywhere in the script. PHP has three different variable scopes: local global Local Scope: A variable declared inside the […]
Read MoreVariables & Data Types in PHP
A Variable is simply a container i.e. used to store both numeric and non-numeric information. Variable is the name of a memory location. Rules for […]
Read MorePHP Conditional Statements & Loops
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 MoreWPLMS Front End Course Creation
In this tutorial, I will show you front-end course creation in WPLMS. Steps Included: Visit the website and in the header, you will see the […]
Read More