DAY 8 PHP PROGRAMMING

http://php.flashwebhost.com/tom/day_8_ex_1_new.php

Code:
<?php


echo '<h1>Computer as Dice</h1>';
echo '<p>Use it when your Dice broken.</p>';


echo 'Your number is: ' . rand(1,6);