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 Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/51546-mkdir-problem/#findComment-253922 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.