phpretard Posted August 13, 2008 Share Posted August 13, 2008 Thank you for you hlp on the last one! I am making these folders and files with the folowing code (which works now thanks to you folks): $folder=$_POST['folder']; mkdir("pages/secure/documents/$folder", 0777); $fp = fopen("pages/secure/documents/$folder/index.php", 'w'); fclose($fp); $filename = "pages/secure/documents/$folder/index.php"; But it makes a pesky little folder later displayed called "vti_cnf" Can I make a folder without it??? What is it. I don't want it. Waaah Link to comment https://forums.phpfreaks.com/topic/119577-solved-vti_cnf/ Share on other sites More sharing options...
unkwntech Posted August 13, 2008 Share Posted August 13, 2008 are you using frontPage for anything? A google shows that the folder is a front page thing. Link to comment https://forums.phpfreaks.com/topic/119577-solved-vti_cnf/#findComment-616068 Share on other sites More sharing options...
phpretard Posted August 13, 2008 Author Share Posted August 13, 2008 Yes and thank you again. Stupid Front Page Link to comment https://forums.phpfreaks.com/topic/119577-solved-vti_cnf/#findComment-616086 Share on other sites More sharing options...
unkwntech Posted August 13, 2008 Share Posted August 13, 2008 Yes and thank you again. Stupid Microsoft There you go I fixed that for you. Link to comment https://forums.phpfreaks.com/topic/119577-solved-vti_cnf/#findComment-616089 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.