demo.php 184 B

12345
  1. <?php
  2. $status = $_GET['status'];
  3. $msg = isset($_GET['msg']) && $_GET['msg'] ? '<font style="color:red">' . $_GET['msg'] . '</font>' : 'This is SG Pay Demo.';
  4. include('demo.html');