
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 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?
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?
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 »
Login with Facebook Using PHP
If you see nowadays, mostly all websites have a social login feature and login with Facebook is one of them, So today we will build a PHP application that has…
Read more »
Login with Google Account Using PHP
In this tutorial, we will learn how to implement google API to make login functionality with a google account using PHP. We will use the Google OAuth client library to…
Read more »
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 »
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?
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 »