| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/dastafiles/admin/functions/ |
Upload File : |
<h2>Διαχείριση φυσικών αντικειμένων</h2>
<table id="rounded-corner">
<thead>
<tr>
<th>ID</th>
<th>Όνομα</th>
</tr>
</thead>
<tbody>
<?php
$physical_objects_d=mysql_query("SELECT * FROM ".DB_PREFIX."physical_objects ORDER BY name ASC");
while($physical_objects_i=mysql_fetch_array($physical_objects_d))
echo'<tr>
<td>'.$physical_objects_i["id"].'</td>
<td>'.$physical_objects_i["name"].'</td>
</tr>';
?>
</tbody>
</table>
<?php
require_once("lib/datatables.php");
?>
<span class="blue_button"><a href="?p=get-physical-objects">Λήψη φυσικών αντικειμένων από ΑΤΛΑΝΤΑ</a></span>