January 25th, 2026556470A REST API is a type of API that makes it easier for developers to build and maintain APIs. These APIs are often used to create web applications, but they can also be...
January 25th, 2026939812789
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...
December 21st, 2025221710
Show image before the upload is a requirement of every web application to give good user experience. We published a tutorial that doesn't work in all browsers so;...
December 21st, 20257883543
Stripe is one of the most popular payment gateway and very easy to integrate in PHP, In this tutorial I will show you how to integrate stripe payment gateway using...
December 18th, 2025341969Are customers being asked to provide their country and any other location-related data on your website? If so, you can use a geolocation API to automatically get...
December 18th, 20255755180Google reCaptcha is a security service that prevents bots from sending you automatic emails on your public forms, reCaptcha used for human verification owned by Google....
December 15th, 2025352638
I received a tutorial requests from my reader that asked to me how to implement a payment gateway system with PayPal API. In this tutorial I want to explain how to...
December 15th, 202518533In this short and easy tutorial, we'll show you how to use PHP to get information from different websites. But first, let’s understand why users want to extract data...
December 14th, 2025312180Let 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