Skip to content

Instantly share code, notes, and snippets.

@takurx
Created May 14, 2018 04:36
Show Gist options
  • Save takurx/3eb34337f48375f261ca17f179987f4b to your computer and use it in GitHub Desktop.
Save takurx/3eb34337f48375f261ca17f179987f4b to your computer and use it in GitHub Desktop.
hello, random number
<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