Category: PHP

How to Auth Logout in Laravel 5

In this tutorial, we are going to cover the authentication logout system in the Laravel 5 framework. Auth::logout() function to destroy all authentication information so find out below code. Steps For How to Auth Logout in Laravel 5 Step 1. Create route We are required only one route to call controller. Step 2. SigninController with […]

PHP scandir() Function

The scandir() function returns an array of files and directories of the specified directory. Required. Specifies the directory to be scanned and follow below example. Example Output Get data using foreach loop

How to Make Load More Results From Database using jQuery, Ajax,PHP, and MySQL

In this tutorial, we will show you how to build a similar technique for load more data on click from the database using jQuery, Ajax, and PHP. Our Ajax based load more results with jQuery tutorial make the whole process simple. Let’s start the load more data from database tutorial. HTML, jQuery and PHP Code […]

How to Load Data From Database Without Page Refresh using Ajax, jQuery, and PHP

In this tutorial, you will learn how to load data from database without page refresh using ajax, jquery, mysql and PHP. The data will be retrieved on jquery event. Suppose we have a “student” table that contains an age and course and a “student” table that contains whole student information HTML and jQuery Code PHP […]