Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

easier way? 1

Status
Not open for further replies.

brightstar

Technical User
Sep 20, 2002
233
Hi, at the moment im using Deamweaver to build a site. its a php based forum. And i have to CHMOD some files on my webserver to correctly set the permissions. but at the moment im having to use a web basewd FTP client to be able to do this. Is there an easier way? I cant find it in dreamweaver... how does averyone else do it? free, anonymous advice provided by the whole world
 
cheat using PHP set the permissions from the page being viewed if your webserver will allow this sort of behaviour:

chmod(0777,$_SERVER[PHP_SELF]);
______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top