Skip to content

Instantly share code, notes, and snippets.

@kaznishi
Created February 4, 2015 01:12
Show Gist options
  • Save kaznishi/ed0987c2510362a8840d to your computer and use it in GitHub Desktop.
Save kaznishi/ed0987c2510362a8840d to your computer and use it in GitHub Desktop.
in_html.php
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
<p>現在時刻は<?php echo date("H時i分"); ?>です</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment