January 16th, 2019104421 In this tutorial i will show how to read outlook office 365 emails using oauth in PHP, Outlook.com is a web-based email and calendar etc services from Microsoft. One of the world's first webmail services. A running demo and code for download available....
December 18th, 201813206 We have received many requests from our readers to post some tutorial on YouTube video downloading. Today I will show you that how to download YouTube video using PHP with a PHP class available here. A very simple and easy to integrate tutorial....
February 13th, 2017101608Let us say that we want to use the OpenWeatherMap API to display the weather in an arbitrary city. We could achieve this in the following way
February 2nd, 20170848In this article we will teach you some PHP Basics like Data types, Mathematical operators, Comparison operators, Comments, Conditional Statements, Loops, Global functions and Functions.
February 1st, 20170438In PHP, there are a range of built-in functions which you can call to check variable types. They return a Boolean value - true if the variable is of that type and false if it is not.