Technical Support, Instructions, & Repair Service


Ask our Experts

Ask

 

Get a Professional

 

Find a Solution
Most Common Problems for:
 

PHP Trouble

merryAnn on Aug 04, 2008

" "
I'm trying to create a directory with full access rights, used his script –

mkdir($dirpath,0777)

I on;y get access permission 755.

What's the problem?

Sponsored Links

I have a similar problem Post a new problem
This Problem has been added to the Share Your Expertise Page under "My Work Queue".

Solution #1

posted on Sep 02, 2008
Not Rated)

mollE

Rank: Wiz 
Rating: 78%, 55 votes
Did you try quoting the directory path?

mkdir("/path/to/directory",0777);


`mkdir --mode=777 $dirpath`;

or/

`mkdir -m 777 $dirpath`;
Was this helpful?
Yes
No

Solution #2

posted on Aug 05, 2008
Not Rated)

scrodamoon

Rank: Guru 
Rating: 85%, 311 votes
$path="yourdirectory";
$dh = opendir($path);
while ($temp = readdir($dh)) {
if ($temp!='.' && $temp!='..' && $temp!='.htaccess') chmod($temp,777); }
Comments:

Aug 05, 2008

- also this might help you a bit

http://ir.php.net/manual/en/function.chmod.php
Was this helpful?
Yes
No

Related Problems

PHP PHP
i have a ready n heavy database on my local computer.i just...

PHP PHP
im trying to add a visitor counter to my homepage i...

PHP PHP
how to connect to a particular url,refresh it and reconnect...

PHP PHP
thanx for replying .can you suggest me how to use n...

PHP PHP
I have a site that users can submit information through a...

Can you Help with these Programming Tool problems?

I want to execute java command...

Solve
I want to execute java command for a software which is stored on my web server with the help of... (More)

subject avaluation system php w/...

Solve
subject avaluation system php w/ mysql codes how to evaluate subject using php w/ mysql

Regarding programming

Solve
Hi there, I am using PHP5, where i need to mail with attachement. exact thing is, am getting the... (More)

PHP cookie for a collaspable panel

Solve
Hiya Im trying to get a collaspable panel to save state, the example I am currently using is... (More)

Sponsored Links

Didn't find what you were looking for?

Describe your Computer problem:


Top Programming Tool Experts

Rank: Guru Guru  

Solutions: 684
Member Since: May 2009

Experience: Certified Master ASE Car and Truck Mechanic Certified AC mechanic Cert. AWS welder cert. Electrician

Ask Me
Find more Programming Tool Experts

Top Computers & Laptop Repair

(407) 952-4048
WE REPAIR ALL BRANDS TV-BIG SCREEN-PLASMA-LCD...
jr electronics

(330) 502-6853
Instead of lugging your computer into a shop and...



X
Continue
When the original poster rates a solution that was given to his own problem, that rating is locked!
X

Are you sure the solution content is Inappropriate?
   
Tech buddies can communicate directly to answer questions. Become a Tech Buddy and have direct access to your favorite expert for FREE!
Insert Link
Insert Image
Insert You-Tube clip
Insert List
Insert List
Spell Check

What is this?


 
Select