Created
May 14, 2018 04:36
-
-
Save takurx/3eb34337f48375f261ca17f179987f4b to your computer and use it in GitHub Desktop.
hello, random number
This file contains 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
<html> | |
<head> | |
<title>PHP Test</title> | |
</head> | |
<body> | |
<?php | |
$a = 2; | |
echo '<p>Hello World utf-8</p>'; | |
echo '<p>'; | |
echo $a; | |
echo '</p>'; | |
//echo '<p>'+rand() . "\n"+'</p>'; | |
//echo '<p>'+rand() . "\n"+'</p>'; | |
//echo '<p>'+rand(5, 15)+'</p>'; | |
?> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment