Ben PHP getimagesize () işlevi kullanıyorum ve bir hata dönen tutar:
getimagesize (? image.php isim = username & pic = resim) [function.getimagesize]: Böyle bir dosya ya da dizin yok: failed to open stream
Ben onunla garip bir şey yapmıyorum. Ben hayal edebiliyorum tek sorun yolu URL bir görüntü başlığı ile bir sayfa döndürür başka bir PHP script ve bu URL bir ve işareti olmasıdır.
İşte benim kod:
$location = "image.php?name=username&pic=picture";
$size = getimagesize($location);