<?php
echo '<form action="" method="post" enctype="multipart/form-data">
<input type="text" name="yazi">
<input type="file" name="resim" id="resim">
<input type="submit" value="gonder">
</form>';
$yazi=$_POST['yazi'];
if(isset($_POST['yazi'])){
$resim=$_POST['resim'];
$yazi=$_POST['yazi'];
echo"if içinde";
$resimadi=$_FILES['resim']['name'];
$geciciyol=$_FİLES['resim']['tmp_name'];
$asd="../resimler/.$resimadi";
copy($geciciyol,$asd);
}
?> php fonksiyonların cogunu görmüyor
2
●239
- 06-06-2013, 16:17:12Üyeliği durdurulducopy ve move_uploaded_file fonksiyonları notepad++de mavi olmuyor
- 06-06-2013, 16:25:40Üyeliği durduruldukodda calışmıyo ondan takıldımCodeS adlı üyeden alıntı: mesajı görüntüle
şimdi kullanıcı bi resim gönderdek buresim kaydedilcek sunucuya
edit
ingilzcede büyük İ olmazki