Hi,
a part of my code looks so :
$bilddaten[$counter] = getimagesize("bilder/uploads/".bildpfad($wKorb[0][$counter][2]));
Looks good, for me ... . Everytime i load the site a get a general read error with the getimagesize() function. What I'm doing wrong ?
P.S.: bildpfad() is a function that returns the name of a pic (i'm shure that that ist working).