Вход Регистрация
Файл: me_chose.php
Строк: 8
<?php
session_name
('SID');
session_start;
?>
<html>
<head>
<title>
</title>
<style>
img
{
    padding:3px;
}
</style>
</head>
<body>
<?php
$d 
opendir('interface/graphics/map/');
while(
$tx readdir($d))
{
        if(
$tx !== '.' AND $tx !== '..')
        {
            echo 
'<a href=""><img src="interface/graphics/map/'.$tx.'">';
        }
}
?>
</body>
</html>
Онлайн: 0
Реклама