[PHP] pobierz, plaintext <?phpecho "<table border=1>";do {$a=rand(1,110000);echo "<tr><td>".$a."</td></tr>";}while ($a!=6);echo "</table>";?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpecho "<table border=1>"; for ($i = 0; $i <= 5; $i++){ echo "<tr><td>".rand(1,110000)."</td></tr>";}echo "</table>";?>[PHP] pobierz, plaintext