/
k64t34
/
oku
Обзор
Документация
Войти
/
k64t34
/
oku
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
admin/user_access.php
52 строки
820 B
K64t
0
08 дек 2023, 19:34
08 дек 2023, 19:34
4e582e9
Код
Авторство
О чём код?
<?php include 'isAdmin.php'; ?> <!-- #include file="OpenDB.inc" --> <html> <head> <meta http-equiv="Content-Language" content="ru"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <link rel="stylesheet" type="text/css" href="oku.css"> </head> <body> <h2>����� ������������</h2> <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" > <% str_SQL="SELECT * FROM user_access" Set RS = Conn.Execute(str_SQL) while NOT RS.EOF %> <tr> <td width="5%"><%=RS("iduser")%> </td> <td width="55%"><%=RS("idfirm")%> </td> </td> </tr> <% RS.MoveNext WEND %> </table> </body> </html> <% RS.Close Conn.Close %>