winmastergames Posted May 4, 2008 Share Posted May 4, 2008 Well im making a script to make a Directory in a certain location but it needs to use the POST function to get the name of what the folder will be called i thought i knew how to do it but i dont this is what i tried to use there must be a error in it: <?php $foldername = $_POST["foldername"] mkdir("c:\\xampp\\htdocs\\webhostv5\\websites\\$foldername") ; ?> Thanks Link to comment https://forums.phpfreaks.com/topic/104013-solved-simple-problem/ Share on other sites More sharing options...
winmastergames Posted May 4, 2008 Author Share Posted May 4, 2008 fixed Link to comment https://forums.phpfreaks.com/topic/104013-solved-simple-problem/#findComment-532487 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.