8 digit random number generator in php

PHP
<?php
  echo rand(1,50);
?>
Source

Also in PHP: