Learn everything from basic Photoshop to Advanced Laravel and SEO.
Deleting record-set is one of the easiest procedure. You simply need to retrieve...
Edit action is a bit complicated one. First you need to get the individual recor...
Text editors are very useful while using backend to add contents for a page. The...
Once you have completed creating all the operation files, you need to create a b...
After a backend application is created, you might run at a risk of allowing acce...
Now, you know almost everything you needed for procedural php. Let's get the dat...
Object Oriented Programming (OOP) is a type of programming language in PHP that...
Now, you know most of the terms we need to work in object oriented programming....
The first thing we'll need after the dashboard setup would be the form files to...
Not just the database, we'll need a lot more reusable methods to check form meth...
Everything's set up then. Now, let's create a database table named users with so...
We could have added functions to update a user and we could do that part easily...