Archives : July-2022

PHP Form Validation – There are 2 ways to validate forms. The first is using Javascript, which is also known as client-side validations and the second one is using PHP, which is also known as server-side validations. In this tutorial, we’ll cover server-side validations by using PHP functions. Common PHP Form Validations 1. Empty String: ..

Read more

Prerequisites: In order to complete this tutorial, you have to have a system (XAMP or LAMP or MAMP) having PHP and MySQL installed. Step 1: PHP Code For Database Connection in Database Connection File. First of all,  we will create a new PHP file and will name it database_connection.php. Why are we creating a separate ..

Read more