[PHP] Re: using "getimagesize" to read out image informations form local harddrive

2003-01-12 Thread V.Y.JR
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

[PHP] Re: What means "ioctl"

2003-01-12 Thread V.Y.JR
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