0Bu resimdeki gibi bişey arıyorum resimleri ftp den bir dizine atacam scrip o resimleri gösterecek. soldaki çentiğe tıklayıp gönderdediğimde ana sayfadaki resim değişcek.
10
●1.064
<?PHP
include("foto.txt");
?>resimler.php dosyası diye bi dosya oluşturun indexin yanında, <?php
if ($_GET[dosya] == "") {
if ($handle = opendir('resimler')) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
echo "<a href=\"?dosya=$file\"><img src=\"$file\" border=\"0\"><br>";
}
}
closedir($handle);
}
} else {
$open = fopen("foto.txt", "w");
fwrite($open, "<img src=\"resimler/".$_GET[dosya]."\">");
fclose($open);
echo "Kaydedildi";
}
?>birde foto.txt diye bir dosya olutşur CHMOD 0777 yap
<?php
if ($_GET[dosya] == "") {
if ($handle = opendir('dj')) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
echo "<a href=\"?dosya=$file\"> $file\ <br>";
}
}
closedir($handle);
}
} else {
$open = fopen("dj2.php", "w");
fwrite($open, "
<?
include 'dj/".$_GET[dosya]."' ;
?>
");
fclose($open);
echo "Kaydedildi";
}
?>bu şekilde verdiğim html dosyası anasyfada görünüyor