View Single Post
Old 08-21-2005, 03:09 AM   #1 (permalink)
salmanjoo
Registered User
 
Join Date: Aug 2005
Posts: 18
salmanjoo is on a distinguished road
Question creating directory problem

hi guys
how r u all
problem in this code

$userdir=$username;//its the name of directory
$dir="..\\";//path of directory where it will create
mkdir('$dir.$userdir', 0700);

so in the where i m making the directory to combine path and directory name
so its not working means directory is not creating

plz reply me soon
salmanjoo is offline   Reply With Quote