PayPal

Search Results for: css

Posted on April 27, 2015July 1, 2020

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 …

Continue reading “PayPal Shopping Cart in PHP”

Posted on April 23, 2015July 1, 2020

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 …

Continue reading “PayPal Credit Card Payment in PHP”

Posted on April 21, 2015July 1, 2020

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 …

Continue reading “PayPal Refund Process using PHP PayPal Refund API”

Posted on April 18, 2015July 1, 2020

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 …

Continue reading “PayPal Mass Payment in PHP”

Posted on April 15, 2015July 1, 2020

PayPal Express Checkout in PHP for Digital Goods

PayPal Digital goods feature allows you to sell digital goods online like eBooks, music file, video & images, script and programming codes as well. In our previous blog post, we have covered the PayPal Express Checkout for Single Product using PayPal PHP SDK. In this blog post, we are going to explain how we can use Paypal Express …

Continue reading “PayPal Express Checkout in PHP for Digital Goods”

Posted on April 10, 2015July 1, 2020

PayPal Transaction Details using Transaction ID

In our previous blog post we have covered the PayPal Express Checkout for Single Product using which you can collect more user information entered at the time of purchase. What happened if admin have lots of payer transaction id and admin wants to see details of any specific transaction.? In this blog we are going …

Continue reading “PayPal Transaction Details using Transaction ID”

Posted on April 8, 2015July 1, 2020

PayPal Express Checkout in PHP for Single Product

Express Checkout is a fast and very easy way for buyer to pay for the product they are buying. In our previous blog post we have covered the PayPal Integration in PHP Using PDO using which you can sell products via PayPal securely without SDK. But in this post we will be doing same task …

Continue reading “PayPal Express Checkout in PHP for Single Product”

Posted on April 6, 2015July 1, 2020

PayPal OAuth Login using PHP

In our previous blog, we have seen, how to use facebook and google OAuth for logging into any particular website. In this blog post, we will do the same task using PayPal OAuth. Which means that if you have already an account in PayPal, then you can login into that website directly which has this option …

Continue reading “PayPal OAuth Login using PHP”

Posted on April 2, 2015July 1, 2020

Paypal Coupon Code in PHP using PDO

We have already discussed in our previous blog, how to Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects) to collect online payments. Think, if you want to add a coupon feature also so that users get attracted to your offers and go for a payment instantly. Here, in this tutorial we will …

Continue reading “Paypal Coupon Code in PHP using PDO”

Posted on March 27, 2015July 1, 2020

PayPal Integration in PHP Using PDO

In our previous blog, we have already discussed, how can we use PayPal button for collecting payments online. This time we came up with slight changes in that tutorial. Here, we will be going to see how we can Integrate PayPal payment gateway using PHP and PDO (PHP Data Objects). Using PDO you can Integrate …

Continue reading “PayPal Integration in PHP Using PDO”

Posted on March 25, 2015July 1, 2020

POST data using fsockopen() Function

As we have previously learnt about sending data using GET and POST in php. Both methods are used for sending data from one page to another, but using POST that can be done in hidden manner and in GET the data is traveled in the url, that is quite insecure if we sends a important information. …

Continue reading “POST data using fsockopen() Function”

Posted on March 24, 2015July 1, 2020

CodeIgniter PayPal Checkout

Suppose you want to sell your product online with a secure payment mode then here is the solution that you can use. The thing we are talking about is a PayPal buy now button. You can use it simply, only you have to generate the code for the button and place it in your website …

Continue reading “CodeIgniter PayPal Checkout”

Posted on January 12, 2015July 1, 2020

FormGet Coding Script Marketplace

FormGet is a marketplace platform for selling your coding scripts. Here we will be going to accept and sale a wide range of quality scripts focused on PHP, JavaScript, CSS, HTML, jQuery, AJAX and CodeIgniter framework. Developers and website owners can easily sell or purchase quality scripts all over the world , that in turn helps to improve …

Continue reading “FormGet Coding Script Marketplace”

Posted on January 10, 2015July 1, 2020

CodeIgniter Tutorial

This section is particularly focused on the most popular development framework CodeIgniter that is based on PHP platform. For you we have organized these tutorials in such a way, so that you can use it as a complete guideline for learning. It covers basic to advance level tutorials in a way that you can easily get …

Continue reading “CodeIgniter Tutorial”

Posted on January 6, 2015July 1, 2020

PHP PDO Insert Data Into Database

PHP Data Objects ,PDO is a PHP extension to use PHP’S database connections. It is a consistent way to access databases. Using PDO we can make a code for different types of database and platform as well. Why PDO  use? Use by many databases : PDO use by numbers of database system supported by PHP. OOPS : PDO …

Continue reading “PHP PDO Insert Data Into Database”

Posted on January 5, 2015July 1, 2020

PHP MySQLi Insert Data Into Database

PHP MySQLi, where i denotes to “Improved”. Using MySQLi function you can access the database server. Mysqli is the enhanced version of Mysql.  In this tutorial we are demonstrate how we can use MySQLi to access mysql database server. Before accessing the MySQL database.First we need to connect them using MYSQLi . Connection to MySQL Using MySQLi …

Continue reading “PHP MySQLi Insert Data Into Database”

Posted on December 29, 2014July 1, 2020

CodeIgniter : Create Own Helper

The helper is used as a function library, by this we can just load a helper class in the controller or view as well. CodeIgniter provide different types of helper class, such as url_helper, captcha_helper ,email_helper etc. They all are located in system/helper. In this tutorial we are going to explain how you can create …

Continue reading “CodeIgniter : Create Own Helper”

Posted on December 29, 2014July 1, 2020

CodeIgniter : Remember Me Login with Example

In this tutorial, we will learn to active remember me checkbox  while login a page. This concept is basically used when we want to remain login on a page and on sudden system failure or shut down and browser failure. In such situation, we store remember me value submitted by users in session and use …

Continue reading “CodeIgniter : Remember Me Login with Example”

Posts navigation

Previous page Page 1 … Page 33 Page 34 Page 35 … Page 40 Next page
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
CodeIgniter
Analytics
CodeIgniter

FormGet © 2021. All rights reserved.

Made with love for you