Ver Mensaje Individual
  #10 (permalink)  
Antiguo 30/03/2009, 18:43
Fearful
 
Fecha de Ingreso: julio-2008
Mensajes: 34
Antigüedad: 15 años, 10 meses
Puntos: 0
Respuesta: generar paginas en php

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 ^^