Why \\ between directories? Isnt it just a single?
"Harald Mohring" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> isn't it possible to get image informations from the local harddrive?
>
> $fotoinfo=getimagesize("C:\\Eigene Dateien\\Temp\\Foto.jpg");
>
> if i u
You have not specified a file name to open with fopen().
//will not work
$fp = fopen("", "r");
//will work
$fp = fopen("file.txt", "r");
"Harald Mohring" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I got the error-message:
> Warning: fopen("", "r") - Inapp
2 matches
Mail list logo