Cropper JS Image

How to Crop Image Before Uploading using Cropper Js?

In this article, we will learn how to crop the image before uploading it with Cropper JS & PHP. We are using Cropper.js library this is a JavaScript library for cropping image.… Read more
pagination-codeigniter

How to create dynamic pagination in codeigniter with example

In this blog, you are going to learn how to paginate database results in CodeIgniter using the pagination library. Step 1: Create one table like `EMPLOYEE_DATA` Step 2: Insert some records in `EMPLOYEE_DATA` table Step 3: Create… Read more
How to create dynamic Amchart Graph with MySQL , PHP and AJAX

How to create dynamic Amchart Graph with MySQL , PHP and AJAX

In this blog I make a call to the database, retrieve the results by converting it to a json format in PHP & then pass it to a graph to… Read more
FIREBASE WITH WORDPRESS

How to send firebase web push notification to multiple devices using wordpress and PHP

In this blog we will setup firebase web push notification in wordpress website but before going to configure you first create project in firebase and if you don’t know then… Read more
Export data to excel in php codeigniter

Export data to excel in php codeigniter

In this blog, we will learn how to Export data into Excel in CodeIgniter. Export data functionality makes your web application user-friendly and helps the user to maintain list data.… Read more
Ajax Live Database Search with PHP Codeigniter

Ajax Live Database Search with PHP Codeigniter 

You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input… Read more
File upload by using laravel

how to upload image in laravel

In above video we will learn how to upload file like JPG,PNG,GIF etc by using laravel framework and also set validation before upload an image. Step 1: Set file upload… Read more
install theme into laravel

How to setup your website in laravel framework

See above video to learn how to setup your website in laravel framework Step 1: Run your project with below command Step 2 : open browser and open this link… Read more
cron job laravel

How to create cron job in laravel

The App Engine Cron Service allows you to configure regularly scheduled tasks that operate at defined times or regular intervals. These tasks are commonly known as cron jobs. These cron jobs are automatically triggered by the App Engine Cron Service. Step… Read more
remember username and password

How to remember username and password with ajax call

In a login script, remember me feature is used to preserve the login details entered by the user. And it can be populated in the login form at the time of login.… Read more