Re: [PHP] Help needed / failed to open stream: Permission denied

2005-10-19 Thread Jochem Maas
Ndagi Mutiri wrote: Hello, I can't be of any help here but couldn't help noticing that th OP (Ndagi) is dealing with dutch language DB entities and comments/output in french and code (vars etc) in english bet that can be a PITA :-) Trying to read a binary file in MySQL database, i have

RE: [PHP] Help needed / failed to open stream: Permission denied

2005-10-19 Thread Jim Moseby
> > Hello, > > Trying to read a binary file in MySQL database, i have the > following error : > > Warning: fopen(./) [function.fopen]: failed to open stream: > Permission denied in d:\...\download.php on line 57 > > This is line 57 $file_handle = fopen("./" . $file_name, "r"); > > and my fu

[PHP] Help needed / failed to open stream: Permission denied

2005-10-19 Thread Ndagi Mutiri
Hello, Trying to read a binary file in MySQL database, i have the following error : Warning: fopen(./) [function.fopen]: failed to open stream: Permission denied in d:\...\download.php on line 57 This is line 57 $file_handle = fopen("./" . $file_name, "r"); and my function function db_downlo