
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

1. What is PHP? PHP is a web language based on scripts that allow developers to dynamically create generated web pages. 2. Is PHP a case sensitive language? Is PHP… 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

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