Skip to content

Instantly share code, notes, and snippets.

@s25g5d4
Created December 30, 2015 03:18
Show Gist options
  • Save s25g5d4/4cf25e912d9545a66bda to your computer and use it in GitHub Desktop.
Save s25g5d4/4cf25e912d9545a66bda to your computer and use it in GitHub Desktop.
<?php
$user=$_GET["user"];
$myname=$user;
?>
<html>
<body>
<div align="center">
<span>
Welcome! This is SECURE PROGRAMMING Shopping Mall
</span>
</div>
<p>
Merchant : <?php echo htmlentities($_GET["merchant"]); ?><br>
Vistor: <?php echo htmlentities($myname); ?>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment