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