Creating dirextories in root

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mzfp2
Forum Contributor
Posts: 137
Joined: Mon Nov 11, 2002 9:44 am
Location: UK
Contact:

Creating dirextories in root

Post by mzfp2 »

I've been trying to create a script which creates a directory in the root directory of my website ... this is where index.htm is located.

However when i try to chmod the root directory i get the error 'open base dir is restricted' is this a server problem which i have no control over?

the purpose of my script is to allow people to create pages and acces them via ur'ls such as http://www.mysite.com/yourpage but having difficulties
Post Reply