-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (22 loc) · 840 Bytes
/
index.php
File metadata and controls
28 lines (22 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<body>
<form method="post" action="/load/user_id.php" enctype="multipart/form-data" >
Имя пользователья: <br>
<input type = text name="username"><br>
Выберите загружаемый zip архив: <br>
<input type="file" name="file" accept=".zip">
<input type="submit" name="run">
</form>
<ul>
<li><a href="list.php">Список</a></li>
<li><a href="add.php">Добавить</a></li>
</ul>
<form method="post" action="/generator/Json.php" enctype="multipart/form-data">
ВВедите число генерируемых массивов: <br>
<input type="text" name="jsonTree"><br>
<input type="submit" name="sendCount">
</form>
</body>
<?php
//include('WorkDB.php');
//$db = new WorkDB();
//$db->AddJSONtoDB('Alex','out','+994557860043','123456','123456');