diff --git a/index.php b/index.php index c20dc50..4347fbe 100644 --- a/index.php +++ b/index.php @@ -42,12 +42,12 @@ $result = mysqli_query($conn, $sql); echo ""; while ($row = mysqli_fetch_assoc($result)) { echo ""; - echo "" . $row['OrderID']."" ; + echo "" . $row['OrderID'] ."" ; echo ""; } echo ""; } - else if(isset($_GET["orderid"])){ + else if(isset($_GET["orderId"])){ echo "WIP"; } else {