<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1250' />
</head>
<body>
<?php
$nahodne 
rand(1,4);
while (
$nahodne!=3) {
   echo 
"Teď jsem vybral číslo ".$nahodne."<br />";
   
$nahodne rand(1,4);
}
?>
</body>
</html>