Tag: PHP

  • Easily Export MySQL Data to Excel (.xls) file

    Easily Export MySQL Data to Excel (.xls) file

    Hello guys, previously we have posted a good script to export data from MySQL to CSV File, today we will share another script which would export data from MySQL to excel file. This script would list all the tables of a database in a dropdown and after selecting a table, it would list all the…

  • PayPal Recurring Payment IPN in PHP

    We have already published a post on integrating PayPal Payment Gateway in PHP and how to integrate PayPal IPN in PHP. In this post we will see how to use PayPal IPN in PHP to setup recurring payments. Consider a case where you offer service on a subscription basis. An example would be, user pays you every…

  • Easily Integrate Paypal IPN in PHP

    Easily Integrate Paypal IPN in PHP

    We have already published a post on integrating PayPal with PHP. In this post we will see how to use PayPal IPN in PHP. PayPal IPN (instant payment notification) allows you to integrate PayPal payments with web application backend. As the name suggests it sends instant notification of the payment processed so that you can…

  • Read Google Maps Coordinates by Clicking on Map

    Read Google Maps Coordinates by Clicking on Map

    Hi Guys, we recently posted a tutorial on Using Google Maps API in PHP. This post received a lot of love from you guys as its one of the easiest tutorial to learn how to use Google Maps API  to display any location on Maps. In this post we will extend our previous post to…

  • Using Google Maps API in PHP

    Using Google Maps API in PHP

    First of all, I would like to wish you guys Happy New Year. I have seen many developers find difficulty in implementing Google Maps API in PHP. So we have created this tutorial to make it easier to understand and use Google Maps API in your web projects. You can use this in forms where…

  • Implementing Google’s New  No CAPTCHA reCAPTCHA  in PHP

    Implementing Google’s New No CAPTCHA reCAPTCHA in PHP

    So your visitors don’t like to enter those difficult to read distorted text as captcha in your forms? But you have to use them in order to prevent bots and spammers. If you are looking for a more human friendly way to prevent spamming then this post is for you. Google has introduced a new…