Making website type a random number
Hello im new to html and php. Just programming in general. Anyways, im
pretty sure this should be a working code for making a random number
between 1 to 6:
<?php
echo (rand(1,6))
?>
Problem is when i put it inside my php document, and test it in browser it
doesnt show anything really.
No comments:
Post a Comment