Create Custom Helper in CodeIgniter (2022)

Today, We are going to learn How to Create Custom Helper in CodeIgniter (2022). CodeIgniter Custom Helper file is a collection of function to do task. What is CodeIgniter? CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications. Also Read : Create CRUD […]

Integration PayPal Payment Gateway in PHP

Integration PayPal Payment Gateway in PHP is one of the most important things to do in todays world to accept payment from you client or user’s. So, Today we are going to learn how to integrate PayPal payment gateway in PHP. PayPal Holdings, Inc. is an American multinational financial technology company operating an online payments system in the majority of […]

Drag & Drop Reorder Images in PHP (2022)

In this tutorial we are going to learn how to drag & drop reorder images in PHP. Drag and Drop feature is very useful and user friendly for your visitors. This helps your visitor’s to arrange the images to there desire order. We are using JQuery and JQuery UI by using this its become easy to implement. The jQuery UI […]

Create a custom WordPress Plugin from scratch (2022)

Today, We are going to Create a custom WordPress Plugin from scratch (2022). WordPress (WP, WordPress.org) is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as Themes. WordPress was originally created as a blog-publishing system but […]

How to send mail using Gmail in Laravel 9?

In this tutorial we are going to learn how to send mail using Gmail in Laravel 9. Sending mail become more important now a days. It can be used as a means of communication, informing a failure or an update, helping the team with instructions and guidelines to follow. Email marketing is important for building relationships with prospects, leads, current […]

Install ReactJS in Laravel 9 Tutorial

Today, We are going to learn how to Install ReactJS in latest Laravel 9. This tutorial will cover the step on installing the ReactJS into laravel 9. So, Before installing ReactJs we will see what is ReactJS? What is ReactJS? React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained […]

PHP Chunk File Upload using JavaScript

Today we are going to learn PHP Chunk File Upload using JavaScript. The Chunked Upload provides a way to reliably upload large files to Box by chunking them into a sequence of parts that can be uploaded individually. By using this the application uploads a file in part, allowing it to recover from a failed request more reliably. Your server […]