> i put 
> 
> chmod ("index.php", 0777);  
> 
> in my index.php file and when i viewed it, it displayed
> "Warning: chmod failed: Operation not permitted"
> anyone know why that is?
> 
chmod is a native Unix command - I doubt tha windows like/permit it. Also, some 
providers won't let you chmod their files or directories. You'll have to change 
the file permissions manually on your Windows box or, if you must have the file 
created automatically, find a way to handle it with its default permissions.
The syntax for your command is correct, anyhow.

Symeon Charalabides (cosmopolitan trainee)
------------------------------------------
http://www.webmate.gr


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to