kavoir.com
|
Registered User
|
|
Dec 16 |
awarded | ● Popular Question |
|
Oct 7 |
revised |
A few questions concerning this article about design principles added 44 characters in body |
|
Oct 7 |
asked | A few questions concerning this article about design principles |
|
Sep 16 |
revised |
Why is there a warning of permission denied but successfully opened the file anyway? added 433 characters in body |
|
Sep 4 |
revised |
Why is there a warning of permission denied but successfully opened the file anyway? deleted 4536 characters in body |
|
Sep 4 |
revised |
Why is there a warning of permission denied but successfully opened the file anyway? added 297 characters in body; deleted 17 characters in body |
|
Sep 4 |
revised |
Why is there a warning of permission denied but successfully opened the file anyway? added 5507 characters in body |
|
Sep 4 |
comment |
Why is there a warning of permission denied but successfully opened the file anyway? Seems it's particularly about the use of fopen inside a class because when I try a plain php file with <?php $fh = fopen('test.txt', 'w'); fwrite($fh, 'test'); ?> to test fopen and fwrite to write to the same file, no warnings are given. I have just listed the class in the question description. |
|
Sep 4 |
comment |
Why is there a warning of permission denied but successfully opened the file anyway? Apache 2. The file is assigned to the group of www-data which is Apache. Whether the permissions are 666 or 660 don't matter. The operation is successful but PHP still keeps giving out the warning. |
|
Sep 4 |
comment |
Why is there a warning of permission denied but successfully opened the file anyway? Debian 5.0 Lenny and PHP 5.2.6 It's really weird. I just tried to chmod 777 the file to be written to and PHP still pumps out the permission denied warning. Yet the operation is successful. |
|
Sep 4 |
asked | Why is there a warning of permission denied but successfully opened the file anyway? |
|
Aug 11 |
awarded | ● Nice Question |
|
Aug 1 |
comment |
MySQL: Count records from one table and then update another Thanks, that works the trick! |
|
Aug 1 |
asked | MySQL: Count records from one table and then update another |
