3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (isset($_POST['casuale'])) { $num=$_POST['casuale']; } else { $num=rand(1,100); echo '<input type="hidden" name="casuale" value="'.$num.'"><br><br>'; } echo "$num"; echo '<form action="IndovinaNumero.php" method="POST">'; echo '<input type="text" name="ind_num" value="">'; echo '<input type="submit" value="ok" name="ok">'; echo '</form>'; if (isset($_POST["ind_num"])) { $tentativo=$_POST["ind_num"]; } if($tentativo==$num) { echo "Bravo hai indovinato ^3^"; } if ($num>$tentativo) { echo "ritenta, numero troppo piccolo"; } else { echo "ritenta, numero troppo grande"; } ?>
Output for 5.0.5, 7.2.0
<input type="hidden" name="casuale" value="53"><br><br>53<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.36, 7.0.6, 7.1.7
<input type="hidden" name="casuale" value="70"><br><br>70<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.9, 5.4.26, 7.1.6
<input type="hidden" name="casuale" value="23"><br><br>23<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.11, 5.4.4, 7.1.5
<input type="hidden" name="casuale" value="48"><br><br>48<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 7.1.0
<input type="hidden" name="casuale" value="4"><br><br>4<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.2, 7.0.20
<input type="hidden" name="casuale" value="85"><br><br>85<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 7.0.14
<input type="hidden" name="casuale" value="99"><br><br>99<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 7.0.5
<input type="hidden" name="casuale" value="20"><br><br>20<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.39, 7.0.4
<input type="hidden" name="casuale" value="66"><br><br>66<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.20, 5.4.38, 7.0.3
<input type="hidden" name="casuale" value="68"><br><br>68<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.5.31, 7.0.2
<input type="hidden" name="casuale" value="37"><br><br>37<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.0.4, 5.1.1, 7.0.1
<input type="hidden" name="casuale" value="62"><br><br>62<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.0, 7.0.0
<input type="hidden" name="casuale" value="39"><br><br>39<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.12 - 5.4.13, 5.6.28
<input type="hidden" name="casuale" value="96"><br><br>96<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.23, 5.4.19, 5.6.21
<input type="hidden" name="casuale" value="92"><br><br>92<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.13, 5.4.6, 5.6.20
<input type="hidden" name="casuale" value="9"><br><br>9<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.19
<input type="hidden" name="casuale" value="51"><br><br>51<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.3, 5.6.18
<input type="hidden" name="casuale" value="22"><br><br>22<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.17
<input type="hidden" name="casuale" value="30"><br><br>30<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.16
<input type="hidden" name="casuale" value="34"><br><br>34<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.15
<input type="hidden" name="casuale" value="3"><br><br>3<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.5.25, 5.6.14
<input type="hidden" name="casuale" value="54"><br><br>54<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.13
<input type="hidden" name="casuale" value="41"><br><br>41<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.5.35, 5.6.12
<input type="hidden" name="casuale" value="25"><br><br>25<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.5, 5.2.7, 5.6.11
<input type="hidden" name="casuale" value="2"><br><br>2<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.10
<input type="hidden" name="casuale" value="56"><br><br>56<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.6.9
<input type="hidden" name="casuale" value="81"><br><br>81<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.6, 5.6.8
<input type="hidden" name="casuale" value="78"><br><br>78<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.0, 5.5.34
<input type="hidden" name="casuale" value="45"><br><br>45<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.7, 5.4.44, 5.5.33
<input type="hidden" name="casuale" value="32"><br><br>32<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.9, 5.5.32
<input type="hidden" name="casuale" value="10"><br><br>10<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.14, 5.5.30
<input type="hidden" name="casuale" value="64"><br><br>64<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.24, 5.5.29
<input type="hidden" name="casuale" value="76"><br><br>76<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.14, 5.4.27, 5.5.28
<input type="hidden" name="casuale" value="55"><br><br>55<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.16, 5.5.27
<input type="hidden" name="casuale" value="94"><br><br>94<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.5, 5.5.26
<input type="hidden" name="casuale" value="82"><br><br>82<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.5.24
<input type="hidden" name="casuale" value="49"><br><br>49<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.0, 5.3.17, 5.4.3, 5.4.10, 5.4.45
<input type="hidden" name="casuale" value="7"><br><br>7<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.43
<input type="hidden" name="casuale" value="77"><br><br>77<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.10, 5.4.42
<input type="hidden" name="casuale" value="11"><br><br>11<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.32 - 5.4.34, 5.4.41
<input type="hidden" name="casuale" value="28"><br><br>28<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.3, 5.4.40
<input type="hidden" name="casuale" value="91"><br><br>91<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.3, 5.4.37
<input type="hidden" name="casuale" value="44"><br><br>44<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.35
<input type="hidden" name="casuale" value="69"><br><br>69<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.8, 5.4.25, 5.4.31
<input type="hidden" name="casuale" value="1"><br><br>1<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.7, 5.3.26, 5.4.15, 5.4.23 - 5.4.24, 5.4.30
<input type="hidden" name="casuale" value="73"><br><br>73<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.1, 5.4.29
<input type="hidden" name="casuale" value="26"><br><br>26<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.28
<input type="hidden" name="casuale" value="63"><br><br>63<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.10, 5.4.17, 5.4.22
<input type="hidden" name="casuale" value="95"><br><br>95<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.6, 5.3.29, 5.4.21
<input type="hidden" name="casuale" value="8"><br><br>8<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.5, 5.3.18, 5.4.20
<input type="hidden" name="casuale" value="36"><br><br>36<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.4, 5.4.18
<input type="hidden" name="casuale" value="17"><br><br>17<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.16
<input type="hidden" name="casuale" value="6"><br><br>6<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.13, 5.4.11, 5.4.14
<input type="hidden" name="casuale" value="71"><br><br>71<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.6, 5.4.5
<input type="hidden" name="casuale" value="86"><br><br>86<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.21, 5.4.2
<input type="hidden" name="casuale" value="40"><br><br>40<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.11, 5.3.27, 5.4.1
<input type="hidden" name="casuale" value="80"><br><br>80<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.4.0
<input type="hidden" name="casuale" value="18"><br><br>18<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.22, 5.3.28
<input type="hidden" name="casuale" value="27"><br><br>27<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.25
<input type="hidden" name="casuale" value="19"><br><br>19<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.19
<input type="hidden" name="casuale" value="35"><br><br>35<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.16
<input type="hidden" name="casuale" value="29"><br><br>29<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.15
<input type="hidden" name="casuale" value="60"><br><br>60<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.1.4, 5.3.12
<input type="hidden" name="casuale" value="88"><br><br>88<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.9, 5.3.8
<input type="hidden" name="casuale" value="75"><br><br>75<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.2
<input type="hidden" name="casuale" value="21"><br><br>21<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.3.1
<input type="hidden" name="casuale" value="72"><br><br>72<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.17
<input type="hidden" name="casuale" value="5"><br><br>5<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.15
<input type="hidden" name="casuale" value="89"><br><br>89<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.12
<input type="hidden" name="casuale" value="65"><br><br>65<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.8
<input type="hidden" name="casuale" value="15"><br><br>15<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.4
<input type="hidden" name="casuale" value="74"><br><br>74<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.2.2
<input type="hidden" name="casuale" value="31"><br><br>31<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.4, 5.0.3
<input type="hidden" name="casuale" value="57"><br><br>57<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.0.2
<input type="hidden" name="casuale" value="72"><br><br>72<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.0.1
<input type="hidden" name="casuale" value="67"><br><br>67<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 5.0.0
<input type="hidden" name="casuale" value="77"><br><br>77<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.6, 4.4.9
<input type="hidden" name="casuale" value="96"><br><br>96<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.8
<input type="hidden" name="casuale" value="17"><br><br>17<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.7
<input type="hidden" name="casuale" value="99"><br><br>99<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.6
<input type="hidden" name="casuale" value="80"><br><br>80<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.5
<input type="hidden" name="casuale" value="6"><br><br>6<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.4
<input type="hidden" name="casuale" value="3"><br><br>3<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.3
<input type="hidden" name="casuale" value="76"><br><br>76<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.2
<input type="hidden" name="casuale" value="1"><br><br>1<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.1
<input type="hidden" name="casuale" value="27"><br><br>27<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.4.0
<input type="hidden" name="casuale" value="36"><br><br>36<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.11
<input type="hidden" name="casuale" value="59"><br><br>59<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.10
<input type="hidden" name="casuale" value="16"><br><br>16<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.9
<input type="hidden" name="casuale" value="85"><br><br>85<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.8
<input type="hidden" name="casuale" value="89"><br><br>89<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.7
<input type="hidden" name="casuale" value="12"><br><br>12<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.5
<input type="hidden" name="casuale" value="71"><br><br>71<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.3
<input type="hidden" name="casuale" value="49"><br><br>49<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.2
<input type="hidden" name="casuale" value="44"><br><br>44<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.1
<input type="hidden" name="casuale" value="73"><br><br>73<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo
Output for 4.3.0
<input type="hidden" name="casuale" value="92"><br><br>92<form action="IndovinaNumero.php" method="POST"><input type="text" name="ind_num" value=""><input type="submit" value="ok" name="ok"></form> Notice: Undefined variable: tentativo in /in/WKbvv on line 23 Notice: Undefined variable: tentativo in /in/WKbvv on line 27 ritenta, numero troppo piccolo

preferences:
107.05 ms | 401 KiB | 174 Q