Monday, March 25, 2024
Home PHP Page 7

PHP

Kodementor provide all the tutorials and updates about PHP form PHP community

PostRedirectGet Pattern to prevent duplicate form submission on refresh

Prevent duplicate form submission on refresh in PHP

In this article, I will teach you how to prevent duplicate form submission on refresh. I have found many programmers have problem of multiple...

Change the key of an Array Element

This article explains how to change the key of an array element. An array is a special variable, which can hold more than one...
events in laravel banner

Practical Implementation of Events in Laravel

Laravel is a very powerful framework. It provides many features including Events. Event Listener and Handler is a powerful tool in programming. Particularly, an...
How-to-Import-CSV-File-into-MySQL-Database-using-PHP

Transfer data from CSV file to MySql Database

Programmer often need to insert data from CSV file to Mysql Database. This can be simply done using the below sample code. To import...
laravel csrf disable

Disable CSRF for specific routes in Laravel

Laravel makes it easy to protect your application from cross-site request forgery (CSRF) attacks. CSRF are a type of malicious exploit whereby unauthorized...
popular posts with laravel and google analytics

Most popular posts with Laravel and Google Analytics

In this post, I will explain how to retrieve data from Google Analytics. In this tutorial we will use laravel-analytics package by Spatie. So,...
social login in laravel kodementor

Social Login in Laravel 5.6 using Socialite

Social login is becoming essential for any web applications that require registration and login. Social login helps in the faster registration process and valid...
laravel activitylog

Log user activity in Laravel 5.6

In this article, we will log the user activity in our table using laravel-activity package. The spatie/laravel-activity package provides easy to use functions to...
google captcha with laravel

Google Captcha integration with Laravel 5.6

In this post, I will show how to use Google ReCaptcha with laravel 5.6. First of all, you need to get Site Key and...
php interview questions

PHP interviews questions

In this article, we will point out some of the most common and frequent PHP interview questions. PHP (recursive acronym for PHP: Hypertext Preprocessor)...

LATEST ARTICLES

MOST POPULAR