lewis987 Posted May 15, 2007 Share Posted May 15, 2007 i want to make a folder everytime someone registers using the mkdir() function $host = "localhost"; $user = "root"; $pass = "lancer"; $db = "login"; $ID = ''; $USR = $_POST["usr"]; $PWD = md5($_POST["pwd"]); $MD = mkdir("website/upload/$USR"); but the variable doesnt work within the string some some reason any help appreciated Link to comment https://forums.phpfreaks.com/topic/51546-mkdir-problem/ Share on other sites More sharing options...
lewis987 Posted May 15, 2007 Author Share Posted May 15, 2007 bump Link to comment https://forums.phpfreaks.com/topic/51546-mkdir-problem/#findComment-253873 Share on other sites More sharing options...
lewis987 Posted May 15, 2007 Author Share Posted May 15, 2007 bump Link to comment https://forums.phpfreaks.com/topic/51546-mkdir-problem/#findComment-253922 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.