How to get next and previous day, month and year from date in PHP. In this tutorial, you will learn you how to get next and previous day, month and year from date in php.

Reset password in core PHP MySQL tutorial. Here, we will show you how to send reset password link in email with expire time PHP MySQL.

Ajax image upload and crop with jquery croppie and PHP. Here, we will show you how to crop, resize image size and store into the database using jQuery croppie with ajax in PHP.

In this tutorial, you will learn how to upload image using ajax and jQuery without refresh the whole web page.

When working in PHP or any PHP framework. Sometimes you forgot to add semicolon on the end of the syntax, mistyped any syntax, defined any variable not correctly, and wrong logic. At that time, errors occur in your script.

In this tutorial, you will learn about PHP try...catch and using it on how to handle errors in PHP script.

In this PHP post, we would like to share with you, two PHP functions. Which are implode() and explode().

If you are searching for such as generate php random string fixed length, generate random string in php without duplication, php, generate unique 6 digit unique number in php alphanumeric string, how to generate a unique string in php , generate php random md5 string, php random password, and php random alphanumeric string etc. So this tutorial will help you a lot.

Whenever you are working in PHP Projects or web applications. So many times you need to create a zip file in your PHP projects. This tutorial will show you the easy and simple way how to create a zip file in PHP and can also download the zip file.

In this tutorial, we will teach you about PHP’s copy () function and show you how to use PHP copy function.