Файловый менеджер - Редактировать - /home/d46091/udyogaadhaar.net/test.php
Назад
<?php if(isset($_POST['save'])){ $chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; $numCodesToGenerate = $_POST['code']; $amount = $_POST['amount']; for ($n = 0; $n < $numCodesToGenerate; $n++) { $res = "USK-"; for ($i = 0; $i < 7; $i++) { $res .= $chars[mt_rand(0, strlen($chars)-1)]; } echo $res.'<br>'; } } ?> <form action="test.php"method="post"> <input type="text"name="code"> <input type="text"name="amount"> <input type="submit"name="save"> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка