#php
Read more stories on Hashnode
Articles with this tag
In this tutorial, we will be learning how to use PHP sessions. Pay extra attention to this lesson: this is one of PHP's most useful feature. What Is...
In this tutorial, we will be learning how to use cookies with PHP. What Are Cookies? Even if you're not a programmer, the word cookie should be...
In this tutorial, we will be covering how to use header(), a PHP built-in function. When we want to redirect the user to a different page on our...
In this tutorial, we will be learning about associative arrays. What Are Associative Arrays? Associative arrays are arrays with named keys; instead of...
In this tutorial, we will learn about indexed arrays. What Are Indexed Arrays? The simplest type of array is the indexed array. This means that the...
In this tutorial, we will be learning how to create your own (user-defined) functions. What Is A Function? For all programming languages, a function...