zampir adlı üyeden alıntı: mesajı görüntüle
if(move_uploaded_file($tmpresimad, $resim_kayit_yolu)) { } else { }
Bunu if içinde değilde
move_uploaded_file($tmpresimad, $resim_kayit_yolu);
Böyle kullanırsanız hatanı görebilirsiniz. Hatta hatayı buraya yazarsanız yardımcı olabilirim.
Warning: time() has been disabled for security reasons in /xxx/urun-ekle.php on line 21

Warning: move_uploaded_file(../resimler/urunler/.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /xxx/urun-ekle.php on line 23

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpBZ8zdq' to '../resimler/urunler/.jpg' in /xxx/urun-ekle.php on line 23
Diye hata verdi permisson zaten 777 ama