5+ Food WordPress Templates 2022 (Free and Paid)

If you are doing any business in food niche then here is the compilation of most appetizing Food WordPress Templates for every nook and cranny! These Food Templates are designed specifically to cater food trading chaps, fast food business, prepacked food shops, food stalls and frozen food Companies. Food Templates are the great resource to …

7+ Countdown WordPress Plugins 2022 (Free and Paid)

“Use Countdown WordPress Plugins to make a thrill among your website visitors” Every time when you see websites having a countdown timer, It will automatically increase your excitement towards it. Isn’t it? So, If you have a website and want to add countdown timer for a new product launch, limited time offers and discounts etc. Then …

Send Email via PHPMailer and Mandrill’s SMTP

Mandrill allows users to send transactional emails at low cost along with enhanced inbox deliverability. This makes Mandrill SMTP an ideal choice for developers for sending emails for their applications. In this tutorial, we are going to cover, how you can use Mandrill in your PHP application along with PHPMailer for sending emails. Before I …

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 Express Checkout API for Shopping Cart in PHP

In our previous blogs, we have discussed, how we can use PayPal express checkout for selling a Single Product and Digital Goods. Now we are going to explain how we can use PayPal express checkout for making shopping cart based website using PHP session and selling multiple products. Adding cart on the website lets users to buy multiple …