Skip to content

Instantly share code, notes, and snippets.

@ron623
Created March 13, 2019 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ron623/402de502c2108893d00bf34343599b8b to your computer and use it in GitHub Desktop.
Save ron623/402de502c2108893d00bf34343599b8b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<meta charset = "UTF-8">
<title>てすと</title>
</head>
<h5>
<body>
<?php
require_once './encode.php';
?>
こんにちは、<?=e($_POST['name']) ?>さん!
</body>
</h5>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment