Bootstrap

Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users for session timeout or to seek their permission before submitting important information. Our bootstrap themes will provide you an appropriate solution to your problems. The Bootstrap Modal comprises of three sections :- 1. The Header 2. The Message Body 3. The footer The most interesting...
Keep Reading

Sql Injection Prevention In PHP With MySQLi

SQL Injection is the hacking technique which attempts to pass SQL commands  through a web application for execution by the backend database. I am going to explain SQL injection prevention with an example of a login page. Possibilities when a user login:- 1)  A valid user enters a valid username and password then he login successfully. [php]$user_name=$_POST['dname'];//user name is amit $user_password=$_POST['dpass'];//password is 12345 $query="select * from login_details where user_name='amit' and user_password='12345' ";[/php] 2)  An invalid user enters username or password then an error message is displayed  i.e. “Invalid username or password, please try again!!!.” 3)  A smart user  enters such...
Keep Reading

Setup Amazon SES Account for Handling Bounces

That's no wonder if your mailing list contains a large number of invalid email addresses. So we recommend you to configure SNS with your SES account and get rid of any such invalid/expired emails containing in your mailing list. When next time your emails will be sent, all the bounced email addresses will be filtered out from your contact list. Just follow these few steps required for configuration after which SNS will start sending notification of every bounced email to your MailGet application then MailGet application will add these emails in your bounce list. With the help of these notifications, MailGet will be able to filter your emails list and help you maintain a good reputation...
Keep Reading

PayPal Sandbox Credit Card Creation

The PayPal Sandbox is a virtual testing environment for testing PayPal application process request without touching any live PayPal accounts. In PayPal you can done payment via buyer email id or PayPal sandbox credit card. In our previous blog post we covered PayPal's different topic like PayPal IPN, PayPal Mass Payments, PayPal shopping Cart and much more. In these all example, we have made payment via buyer email id. And we also cover PayPal, Credit Card Payment in PHP where we test this application via PayPal sandbox credit card. In this tutorial we are going to explain how we can...
Keep Reading

Lead Generation – The Exhaustive Guide

Leads are important for any business to be successful. However, most startups and businesses fail to gather leads consistently. They often find it really hard to gather right leads for their business that they can convert into their customers in long run. There are lots and lots of ways in which leads can be generated. Lead generation however is an art and you need to try out lots of leads generation methods before you can find out the one specific method that works 100% perfectly for you. I will be writing this guide to show you various lead generation methods that...
Keep Reading

Pizza Order System with PayPal Using PHP

PayPal is a trusted leader in online payments which enables buyers and businesses to send and receive money online. In our previous blog we have already seen, PayPal integration in PHP with many different modes like PayPal PHP Integration, PayPal OAuth, PayPal Express Checkout, PayPal Mass Payment, PayPal IPN, Paypal Recurring Payments and many more. Using PayPal, we can make a website which gets pizza order by a user where the user can pay the amount using PayPal. Here the user can select the size of pizza, which is small, medium and large and also add topping to their pizza...
Keep Reading

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. After getting the full amount by primary receiver that amount will automatically split and sent to secondary receiver. For example: Product's Marketplace and commission based website. In our previous blog post we have covered PayPal adaptive payments to make Parallel Payments. In this tutorial we are going to...
Keep Reading

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. In our previous blog post focused on how we use PayPal adaptive payments in PHP for making parallel payments. In this blog post, we are going demonstrate how we configure PayPal IPN script in PHP.   Watch the live demo or download code from the link given...
Keep Reading

Paypal Parallel Payments Using PHP

The PayPal Adaptive Payments API is used to transfer money from a sender's PayPal account to one or more than one PayPal receiver PayPal accounts. You can use PayPal Adaptive Payments to make simple payments, chained payments, and parallels payments. In this tutorial, we are going to demonstrate how we use PayPal adaptive apartment to make parallel payment. Parallel payments are useful in cases when a buyer intends to make a single payment for items from multiple sellers. Here we are demonstrating a trip planning website where a customer, can book a flight, hotel, and car, where total amount will...
Keep Reading

MailGet Integration With FormGet

Do you want to send emails to your leads collected via FormGet forms? You can do it great with MailGet - email marketing platform. Few months back we launched our inhouse email marketing tool MailGet which you might have gone through. Using MailGet you can send bulk emails to your subscribers easily. So, If you have a MailGet account and want to send emails to the leads collected via FormGet forms, then you can do so with the latest integration in FormGet. Yes, MailGet has now been integrated with FormGet, using which you can collect leads and can save them directly...
Keep Reading

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 charity. In this blog post, we are going to explain how we can use the PayPal Installment button for recurring payment. Using  this, we can sell a product with up to 3 or 4 installments. Watch the live demo or download code from the link given...
Keep Reading

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 Digital Goods etc. You can create Subscribe buttons that you add to your website by using a tool on the PayPal website or you can write the HTML code for it manually. In this blog post, we are going to explain how we can use...
Keep Reading

PayPal Donate Button in PHP

Using PayPal Donate button, we can collect contribution payments. It lets you to Donate fixed amounts or amounts entered by donors. When you click on Donate button, it goes to a special link that is maintained by PayPal for that particular button. In our previous blogs post, we have discussed how we can use PayPal payments in different modes like Shopping cart, Mass payment and Digital Goods etc. You can create Donate buttons that you add to your website by using a tool on the PayPal website or you can write the HTML code for it manually. Here we are going...
Keep Reading

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 products using PayPal. Where PHP session based shopping cart collects the product which buyer wants to buy, and they will be able to pay for multiple products using a PayPal account. Here we demonstrate a furniture selling site with cart option. Where buyer can select quantity...
Keep Reading

PayPal Shopping Cart in PHP

PayPal "Add to Cart" button enables you to create PayPal's Shopping Cart on your website. By PayPal Shopping Cart merchants can make a cart based website where buyers select multiple items and pay for them together with a single payment. When buyers will click on"Add to cart" button the products will be added to their PayPal shopping carts and by clicking on "View Carts" button they can review the products added, before checkout to make payments. In this blog post, we are going to demonstrate how we can customize PayPal "Add to Cart" button for making cart based website.  Watch...
Keep Reading

PayPal Credit Card Payment in PHP

PayPal, Credit Card Payment API (means PayPal PHP merchant SDK) deals to process a credit card payment or DoDirect Payment on your website. PayPal Credit Card Payment works in a few steps in the merchant's website rather than going to the actual PayPal page and then logging in and returning back to the same. The key thing is, using PayPal Credit Card, the payment process is done on your web page only. As the name also depicts it is a direct payment. In our previous blog post, we have covered the PayPal Express Checkout for Digital Goods and Single Product using...
Keep Reading

PayPal Refund Process using PHP PayPal Refund API

Use PayPal PHP Merchant SDK to settlements and refund all or part of a payment. The PayPal refund API operation issues a refund to the PayPal account holder associated with a transaction. PayPal refund API operation can be used to issue a full or partial refund for any transaction. For settlements and refund money, we have required one product's transaction id to getting this please refer our previous blog PayPal Integration in PHP Using PDO In this blog post, we are going to demonstrate how merchant issue refunds to their product's buyer. Project Integration For configuration PayPal PHP merchant SDK, add your...
Keep Reading

PayPal Mass Payment in PHP

PayPal PHP Merchant SDK have the option of Mass Pay. Using this merchant can build an app which will help them to send multiple payment to one group at a time. Mass payments are very fast, secure and convenient way to send, customer rebates, Pay-to-surf rewards, Employee benefits, Survey incentives, Affiliate commissions. In our previous blog post, we have covered the PayPal Express Checkout in PHP for Digital goods using PayPal PHP Merchant SDK. In this blog post, we are going to demonstrate how can a person Send Payments to Many Recipients using PayPal PHP Merchant SDK.    PayPal Mass Payment using PayPal PHP...
Keep Reading
‹ 1 … 94 95 96 97 98 … 109 ›
Our Solution
  • Subscription Billing
  • Form Builder
  • Email Marketing
  • Email List Cleaning
Connect With Us
  • Contact Us
  • Careers
Company
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Affiliate
  • Branding
Resources
  • Blog
  • Blog Categories
  • FormGet Features
  • Email Templates
  • Form Templates
Bootstrap
Analytics
Bootstrap

FormGet © 2021. All rights reserved.

Made with love for you