Created
February 4, 2015 01:12
-
-
Save kaznishi/ed0987c2510362a8840d to your computer and use it in GitHub Desktop.
in_html.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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