Browse Our Tutorials

Learn everything from basic Photoshop to Advanced Laravel and SEO.

Tutorials

Delete Operation

Procedural Php

Deleting record-set is one of the easiest procedure. You simply need to retrieve...

Edit Operation

Procedural Php

Edit action is a bit complicated one. First you need to get the individual recor...

Rich Text Editor

Procedural Php

Text editors are very useful while using backend to add contents for a page. The...

Dashboard

Procedural Php

Once you have completed creating all the operation files, you need to create a b...

Authentication

Procedural Php

After a backend application is created, you might run at a risk of allowing acce...

Frontend Operation

Procedural Php

Now, you know almost everything you needed for procedural php. Let's get the dat...

Oops Introduction

Object Oriented Php

Object Oriented Programming (OOP) is a type of programming language in PHP that...

Project Setup

Object Oriented Php

Now, you know most of the terms we need to work in object oriented programming....

Database Modal

Object Oriented Php

The first thing we'll need after the dashboard setup would be the form files to...

Functions Library

Object Oriented Php

Not just the database, we'll need a lot more reusable methods to check form meth...

Users Controller

Object Oriented Php

Everything's set up then. Now, let's create a database table named users with so...

Authentication OOP

Object Oriented Php

We could have added functions to update a user and we could do that part easily...