<? $ot = $_GET['ot']; $do = $_GET['do']; $result = rand($ot,$do); ?>
echo rand(intval($_GET['ot']), intval($_GET['do']));