php question
php question
Out of context: Reply #10
- Started
- Last post
- 21 Responses
- cosmo0
to check for file permission u can
if(!chmod("myfile.txt", 0444)) {
echo "Error! Incorrect file permission";
exit;
}
to check for file permission u can
if(!chmod("myfile.txt", 0444)) {
echo "Error! Incorrect file permission";
exit;
}