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


Reply With Quote
