We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5185e commit 52231dcCopy full SHA for 52231dc
public_html/index.php
@@ -4,13 +4,13 @@
4
<head>
5
</head>
6
<body>
7
- <h1>Checkout</h1>
8
<?php
9
if(isset($_SESSION["errors"])) {
10
echo($_SESSION["errors"]);
11
unset($_SESSION["errors"]);
12
}
13
?>
+ <h1>Checkout</h1>
14
<form method="post" id="checkout" action="/checkout.php">
15
<label for="amount">Amount</label>
16
<input type="text" name="amount" id="amount" value="10.00">
0 commit comments