Today, we are going to cover PHP crop image before upload tutorial to see how to crop and resize image on the fly in your project. It is very handy since you dont have to every time resize and crop Read Article
PHP Archives...
PHP Contact Form Validation With Simple Example
In this tutorial we are going to see PHP contact form validation with simple example. I believe this is the most simple form validation in PHP that I have come across. We are also going to Read Article
Different Kinds of Loops in PHP With Example
Today in this tutorial we are going to learn how to use different kinds of loops in PHP with example. We are going to see how different kinds of data works in different scenarios in different type of Read Article
How to Change DateTime Format in Laravel Using Carbon?
In this tutorial, we are going to in how to change datetime format in laravel using laravel carbon date time format changer. It is basically an extension to change laravel date time format. Not Read Article
Export MySQL Data to Excel in PHP With Example & Source Code
In this tutorial, we are going to learn how to see how to do export to excel in php. Lately, I was using data tables export but it kind of didn't suit my needs. So, I thought if I could create my down Read Article
How to Switch PHP Version in Linux Using Bash Script ?
In this tutorial we are going to learn how to switch php version in linux. Let's get an example that you have multiple projects that uses earlier version of the PHP and you need to switch the PHP Read Article
How to Merge Two Arrays into Single Associative Array in PHP ?
Today in this tutorial we are going to merge two different arrays into single associative array in PHP. Last time i was creating travel based website and creating own engine in which the condition Read Article