In the second part of this tutorial, we will get all the students from the database and display them on the home...
In this tutorial we will see how to create a crud application with PHP PDO Ajax, and MySQL, the user can ...
in this lesson, we will see how to sort associative arrays in descending order according to the key value in PHP,...
in this lesson, we will see how to sort associative arrays in ascending order according to the key value in PHP,...
in this lesson, we will see how to sort associative arrays in descending order according to the value in PHP, we...
in this lesson, we will see how to sort associative arrays in ascending order according to the value in PHP, we w...
In this lesson, we will see how to sort descending an array in PHP, we will use the rsort() function that...
In this lesson, we will see how to sort ascending an array in PHP, we will use the sort() function that s...
In this lesson, we will see how to remove a key and its value from an associative array in PHP, an A...
In this lesson, we will see how to modify a value in an associative array in PHP, an Associative array is an array that us...
In this lesson, we will see how to add an item to an associative array in PHP, an Associative array is an array that uses...
In this lesson, we will see how to add an element to an array in PHP, PHP has a built-in function that do...
In this lesson, we will see how to use the Match expression in PHP, since PHP 8.0.0 The
In the third part of this tutorial, we will add routes to our application and finally, we will
In the second part of this tutorial, we will add category model & controller, user m...
In this tutorial, we will see how to create a rest API in PHP and consume it in React, it is an events ap...
In the second part of this tutorial, we will add user model & controller and we will add
In this tutorial, we will see how to create a rest API authentication system in PHP using an access token, the
In the second part of this tutorial, we will perform the operations using PHP and PDO fi...
In this tutorial, we will see how to make a crud application using PHP and MySQL, we will create
In this lesson, we will see how to create a countdown timer with PHP and JavaScript, we will have three b...
In this lesson, we will see how to use PHP to read and write from JSON files first, we will see how to
In this tutorial, we will see how to use PHP to generate random passwords, so our application will genera...
In this tutorial, we will see how to upload files with PHP, so let's assume that we want to upload an ima...
In this tutorial, we will see how to create a simple shopping cart with PHP and MySQL, so I assume that you have...
In this tutorial, we will see how to create a contact form with PHP and send an email locally, we will use
In this lesson, we will see how to select a part of an array in PHP and return the selected part.
In this lesson, we will see how to enable error reporting in PHP, it's an important feature that tells the server...
In today's lesson, we will see how to get the min and the max value from an array in PHP, so let's assume...
In this lesson, we are going to see how to compare two arrays and find the matching values in PHP, we can do that using th...
Showing 1 to 30 of 35 results