<?php



for($i=0;$i<10;$i++){
 $vdata = "sky".rand(1,9999);
 $CheckValue =sha1($vdata);
 echo $CheckValue."<br>";

}

?>