Sveiki. Tātad man ir kods kurš parāda visas mapes, kas atrodās vienā norādītā mapē(fukzzs/galerija/). Man šo kodu vajg savienot ar vienu citu kodu, kurš izvelk no tām visām mapītēm (no šejienes fukzzs/galerija/galerija1/) Pirmo bildi jeb failu. Ahh. ceru sapratāt to domu.
reku kods.
plss help me. :))
<?php
$gallery = $_POST['file'];
$path = "gallery11/photos/";
// Open the folder
$dir_handle = @opendir($path) or die("Unable to open $path");
// Loop through the files
while ($file = readdir($dir_handle)) {
if($file == "." || $file == ".." || $file == "index.php" )
continue;
echo "
<a href=\"showgallery?gallery=$file\">$file
<img width=100px height=100px src=" . htmlentities($file2) . " alt=Image Title Here>
</a>
<br />
";
}
// Close
closedir($dir_handle);
?>
<?php
$ctime = 0;
foreach (glob('*gallery11/photos/Lv/*.jpg') as $file)
{
if ($mtime > filemtime($file))
{
$match = $file;
$mtime = filemtime($file);
}
}
print '<img src="' . htmlentities($file) . '" alt="Image Title Here">';
?>
Fukzzs miniblogs
- 0
Fukzzs 03.02.2013. 16:43
Ielogojies vai izveido profilu, lai komentētu!