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. …

Know Your Best Times to Send Emails to Get Maximum Open Rates

You make a superb marketing email, following all the best practices of email marketing and send it to a very big list on a Saturday night when everybody is busy partying..!!!
Result, An open rate of less than 5% !!!
You were hoping to get a great response since the content was very good and your mailing list too was long. Then what went wrong?
Find out here…

Strong PHP Password Generator Script

PHP password generator is an integrated, working random password generation function for PHP. This blog post concerns how to generate online secure and strong random password via PHP  and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password, they would be asked to change their …

Form Validation Using PHP

Validation is very important aspects in data submission.

We have already explain about form validation using javascript and jQuery, but this time we will show you how to validate your form using PHP.