In this PHP Gmail API tutorial, We’ll look at how to integrate Google’s Gmail API’s to your PHP applications. You may access and control emails, labels, draughts, and many other capabilities via the Gmail API, which offers a rich range of functionalities. By the end of this tutorial, You’ll have the knowledge and code samples […]
Php
How To Redirect to another page Using PHP
This PHP tutorial helps to create a page redirection using PHP. You can use redirection for a page, redirect to a url, PHP 301 redirect etc. We provided you with multiple methods to redirect a web page with PHP. There are two main types of redirects in PHP: header() redirects and meta tag redirects.
PHP NumberFormatter with Examples
This tutorial help to format a number using numberformatter. We’ll format a Number to a Dollar Amount in PHP Using the NumberFormatter::formatCurrency Function. I’ll convert a number in currency format using number_format(the old way) as well as the latest way using NumberFormatter.
Advanced JSTree with PHP and MYSQL
In This jstree tutorial, I will let you know how to add search and render content on click of node in JSTree using PHP and jQuery. I got huge responses from my previous article Dynamic Tree with JSTree, PHP and MySQL.
How To Upload Video Using imgur API
in this tutorial, We’ll upload an mp4 video using imgur api. we will show you how to upload videos to Imgur via API and get video links from Imgur API using Python.