Browse Our Tutorials

Learn everything from basic Photoshop to Advanced Laravel and SEO.

Tutorials

Introduction To Procedural Php

Procedural Php

We knew all the fundamentals of php. Now, we can work on Procedural PHP that's t...

Insert Operation

Procedural Php

Now, we need a form to insert records into the table and for that we'll create a...

Display Operation

Procedural Php

Now, we will go to another operation that selects defined records from the data...

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...