I'm totally new to PHP. my requirement is as follows.
i need to know how to block saving PHP files in a specific folder (a folder where only xhtml/static files should reside) so someone else can't save a files with .php extension.But administer should be able to save and execute PHP files in that folder (on a Lnux server running Apache)
so my basic requirement is to block saving php files for some user group and allowing only administrator to save files with php extension.
pls help me on this since i have to implement this solution ASAP.
thanks