maki
Mar 15th, 2007, 10:46 AM
Hello,
i am using the following line of code to create new directories for every course in a .xml file
mkdir("C:\arxeio\-Lesson id-$cid", 0700);
once the directory is beeing created how can i replace it in order not to get the following warning
Warning: mkdir() [function.mkdir]: File exists in C:\xampp\htdocs\thalis\arxeiothetisis.php on line 33
I am working with PHP5
Thanks
i am using the following line of code to create new directories for every course in a .xml file
mkdir("C:\arxeio\-Lesson id-$cid", 0700);
once the directory is beeing created how can i replace it in order not to get the following warning
Warning: mkdir() [function.mkdir]: File exists in C:\xampp\htdocs\thalis\arxeiothetisis.php on line 33
I am working with PHP5
Thanks