<?php include("global.inc.php"); include("connection.inc.php"); display_page_header("Thank you"); $message = isset($_REQUEST['message'])?trim(urldecode($_REQUEST['message'])):''; echo '<br>'.$message; echo '<br><br><a href="https://www.eklavya.in/">Click here for Eklavya home page</a><br>'; ?>