$c = rand(0,5); echo "this is a random number between 0 to 5 : {$c}<br>"; echo '<br>did ya guess right ???';