Importance notice: Scheduled maintenance activity on December 10, from 11:30 PM to December 11, 1:00 AM IST
How to Upload Files to Google Drive with PHP?

How to Upload Files to Google Drive with PHP?

In this tutorial, we will learn about how to generate a google client ID and client secret to using upload files to google drive with PHP. As you know Google…

Read more »
How to Convert XML File to Array in PHP?

How to Convert XML to Array in PHP?

In this tutorial, you will learn about how to convert an XML file to Array with PHP. We will parse the XML code into an Array using the PHP functions….

Read more »
How to Send Reset Password Link Email Using PHP?

How to Send Reset Password Link Email Using PHP?

Reset password functionality is very useful to recover your account password. Suppose you had registered on a website and after some days you forget the password then here you will…

Read more »
How to Add and Subtract Days, Month and Year From Date in PHP?

How to Add and Subtract Days, Month and Year From Date in PHP?

Today in this tutorial, we will see how to add or subtract days, month, and year from date using PHP. This is a very simple and very short point-to-point tutorial….

Read more »
How to Calculate Age from Date of Birth (DOB) in PHP?

How to Calculate Age from Date of Birth (DOB) in PHP?

Hi guys, today we will learn how to get date differences in PHP and how to calculate age from date of birth. We will play with the date of birth…

Read more »
PHP – Date and Time Functions

PHP – Date and Time Functions

PHP date and time functions are in-built functions to print the date and time, It could be current, today, yesterday, tomorrow, even a few years ago, or future date. You…

Read more »
How to Add Google reCAPTCHA in PHP Contact Form?

How to Add Google reCAPTCHA in PHP Contact Form?

Do you know google reCAPTCHA is the best way to protect our web form from spambots? So in this tutorial, we will see how to add google reCAPTCHA in the…

Read more »
How to Create PHP Contact form with MySql and Send Email?

How to Create PHP Contact form with MySql and Send Email?

In this tutorial, we will learn about how to create a contact form in PHP and send an email notification. We will also cover how we can save data in…

Read more »