Regular Expression to Validate an Email Address

Regualr expression is a sequence of character which define a specific pattern and also named as abbreviated regex or regexp and sometimes called a rational expression. we can make regular expression like ( “/ABC/”  ,”Ab_123.Cd” ,”abc123.-@&”…)  They can be patterns or combination of alphabets(a,b..z) ,numbers(0,1…9), special character     ( |, (),^, ), Quantifiers(*, +, ?), wildcards(.) character set[], …

PayPal Adaptive Payments for Marketplace in PHP

The PayPal Adaptive payments split payments to one or more than one receiver PayPal accounts. Using PayPal adaptive payment, we can make simple pay, parallel payments, and chained payments. What is Chained Payment..? Chained payment is part of PayPal Adaptive payments. Using chained payment sender can send a full amount of payment to primary receiver. …

Paypal Recurring Payments for Installment Plan in PHP

Use PayPal Installment Plan button for installments based recurring payments. Using this buyer can pay, the full amount or pay an amount in installment, without any interest. In our previous blog post, we have discussed how we can use PayPal Subscription Button, Example for any service and product Subscription and PayPal Donate Button, Example for Any …

PayPal Subscription Button for Recurring Payments

Use PayPal Subscribe button to access payments automatically from product’s buyers and to charge ongoing payment for membership access. Using this, buyer get the goods or services as daily, weekly, monthly, and yearly. In our previous blogs post, we have discussed how we can use PayPal payments in different modes like Shopping cart, Mass payment and …

Simple jQuery Contact Form with Validation

Contact form comes on first priority for any organisation as this may led to establish one to one communication with their customers.

Here in this tutorial, we make you learn how to create simple contact form and applying validation over it using jQuery and PHP.