
In this blog we will create one demo to capture an image by using webcam. You can also capture an image from mobile camera. We are using webcam.js JavaScript library… Read more

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

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

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

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

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

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

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

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

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