PROTECTED]]
Sent: February 18, 2003 11:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP fileperms
HI ALL,
i am getting the result as 644 when i execute the following
command.
can anyone please tell me what file permission does 644
stand for and what should i do to make my file readable?
HI ALL,
i am getting the result as 644 when i execute the following
command.
can anyone please tell me what file permission does 644
stand for and what should i do to make my file readable?
$filename = '\bdoi_change\sundar.html';
printf("%o",(fileperms("\bdoi_change\andar.html") & 0777));
rega
At 13:59 18.02.2003, DIKSHA NEEL said:
[snip]
>hi all,
>
>the file permission command is not working.
>any idea why?
>
>$filename = '\bdoi_change\andar.html';
>
>printf("%0",(fileperms("\bdoi_change\andar.html") & 0777));
[snip]--
hi all,
the file permission command is not working.
any idea why?
$filename = '\bdoi_change\andar.html';
printf("%0",(fileperms("\bdoi_change\andar.html") & 0777));
diksha.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo