Hola de nuevo, bueno, usando la funcion mkdir esta en mi registro el siguiente codigo:
Código PHP:
else if(isset($_SESSION['regsuccess'])){
/* Registration was successful */
if($_SESSION['regsuccess']){
echo "<p>Registered!</p>";
echo "<p>Thank you <b>".$_SESSION['reguname']."</b>, your information has been added to the database, "
."you may now <a href=\"httx://rushed.biz/index.php\">log in</a>.</p>";
echo mkdir("../user/$_SESSION['reguname']", 0700);
Sin embargo no se crea el directorio. Alguien me ayuda? Gracias de antemano ^^