Skip to content

Instantly share code, notes, and snippets.

View openyk's full-sized avatar

Yoonseo Kang openyk

View GitHub Profile
@openyk
openyk / test.php
Created March 10, 2014 22:30
Stripe Custom Form - without page refresh
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Stripe Getting Started Form</title>
<!-- The required Stripe lib -->
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>