PayPal IPN in PHP

PayPal Instant Notification (IPN) is a message service that allows you to integrate your PayPal payments with your website’s back-end operations and administrative function. Using this merchant will automatically notify events related to PayPal transactions. IPN is very useful when you need to required functionality like automatically fulfilling orders and providing customer, with order status. …

Setup Amazon SES Account – Send Cheaper Emails

MailGet is basically an application through which you can send bulk emails by connecting with any SMTP.  In this documentation, we’re going to see the steps that are needed to create an Amazon SES account. Once you have created Amazon SES account, you will get Amazon SES credentials namely “Access Key ID” and “Secret Access Key”, which you will …

CodeIgniter : PHP Curl library with SSL Example

In this tutorial, I’ll give you brief description on using PHP cURL library or function in CodeIgniter. Now what is cURL and Why it is being used..??  cURL stands for ‘client URL’. In PHP cURL library let you make HTTP requests. PHP supports libcurl that permits to connect and communicate with different types of servers protocols. cURL is used to get content from another websites through the …

How to Setup Google Captcha PHP

In our previous blog we have explained you to create and implement your own simple captcha using PHP, jQuery and AJAX in your forms.

This blog focuses on how to use captcha library offered by google in your forms.

Captcha Code in PHP and jQuery

CAPTCHA abbreviation of “Completely Automated Public Turning test to tell Computers and Human Apart” As the full form suggests, it is a kind of test which makes difference among human beings and computers for security purpose.

This blog post demonstrate you, how to implement your own simple CAPTCHA protection using PHP and AJAX technologies in forms.