Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advance Stripe Payment with PHP7,MYSQL ,JavaScript,jQuery
Rating: 4.1 out of 5(5 ratings)
109 students

Advance Stripe Payment with PHP7,MYSQL ,JavaScript,jQuery

Advance Stripe Payment for E-commerce, Shopping website in PHP7, MYSQL, JavaScript, jQuery, Ajax, HTML5 & CSS3
Created byYannick Yemo
Last updated 6/2018
English

What you'll learn

  • Student at the end of this course, will learn how to integrate the payment method with Stripe in their website.

Course content

1 section18 lectures4h 41m total length
  • 1 - Introduction1:42

    Learn step-by-step how to integrate Stripe payment into an e-commerce site using PHP7, MySQL, JavaScript, and jQuery, with Bootstrap, and build a database to track transactions and products.

  • 2 - Demo10:13
  • 3 - Stripe dependancies with composer6:21
  • 4 - XAMPP Installation13:05

    Install and configure XAMPP on your computer, start the local web server and database, then load localhost to run the Stripe shopping app.

  • 5 - Index page18:11

    Build and style the index page for a shopping payment flow using bootstrap, integrate stripe payment, and create a user input form with first name, last name, and email.

  • 6 - CSS page7:30
  • 7 - Charge.js page34:58

    Explore building a Stripe charge page with PHP7, MySQL, JavaScript, and jQuery, focusing on creating the charge form, passing the key, Stripe elements, token creation, and error handling.

  • 8 - Charge.php Part 135:47
  • 9 - Config the DataBase5:28
  • 10 - Create the DataBase9:13

    Create your database and two tables, customer and transaction, with appropriate fields, primary keys, and current timestamps to store customers, payments, and product data for the Stripe integration.

  • 11 - PDO_db.php file34:54

    Explain how to configure a PDO connection in PHP to a MySQL database, including defining host, username, password, and database name, and writing prepared statements to insert and fetch data.

  • 12 - Customer.php page14:56

    Create a php class 'customer' with private variables and a constructor, connect to the database, and implement functions to add and retrieve customer data for admin display.

  • 13 - Transaction.php page14:57

    Create a PHP7 transaction page that saves transactions to a MySQL database and retrieves the latest records for display to admin and user, including status and currency.

  • 14 - Success.php page15:27

    Create a success page that confirms the payment, redirects users after a transaction, and displays customer information and transaction details pulled from the database.

  • 15 - Fix bugs and test18:45

    Fix and test Stripe payments using PHP7, MySQL, JavaScript, and jQuery, validating customer data, transactions, and database integration.

  • 16 - Display the customer infos17:53

    Display the customer information by building a page that fetches data from the database and Firebase, using PHP7, MySQL, JavaScript, and jQuery with Stripe.

  • 17 - Display the transaction infos9:31
  • 18 - Final test and Conclusion12:42

Requirements

  • You should be able to use PC en have the basic in PHP programming

Description

In this tutorial, we'll see how to integrate the Stripe payment method into your Shopping WebSite or E-commerce, so your users can make a payment.

Stripe is an online payment method that is very fast and easy to integrate into your website.

We will use the PHP7, MYSQL, JavaScript, jQuery, Ajax, HTML5 & CSS3 programming language for this payment system.

Who this course is for:

  • Anyone who want to learn the payment method with Stripe, PHP7, MYSQL, JavaScript, Ajax, jQuery, HTML5, CSS3