May 1st, 202531630
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;...
May 1st, 2025122327
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...
April 30th, 202542059Let 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
April 30th, 2025373357Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. We are using Guzzle to integrate PayPal API.
April 30th, 2025924991Google 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....
April 30th, 202541836Are 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...
April 29th, 20256693433
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...
April 28th, 202541327321Do you need to create a dependent city-state dropdown in your application. You will receive a free download of an AJAX-based dependent code. The selected parent entity...
April 28th, 2025106293A 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...