Search results

  1. cdh47315

    Javascript and links

    No, it's called a "form."
  2. cdh47315

    Session and pagination HELP!! in PHP (Ayuda con sesiones y apginacion en PHP)

    Pues, si ud nos da algunos ejemplos de qué es exactamente lo que estás queriendo hacer, podemos ser capaces de ayudar más.
  3. cdh47315

    PHP mkdir(); Error

    :rolleyes: I've been trying to figure out the solution all day! How did I not think of this? EDIT: After a bit of tweaking, I got my script to work. The staff here are fantastic.
  4. cdh47315

    PHP mkdir(); Error

    I'll use your example. $username is "descalzo" "filesystem/descalzo" is NOT created. "filesystem/descalzo/home" is NOT created. "filesystem/home" IS created. I have no idea why it is happening this way.
  5. cdh47315

    PHP mkdir(); Error

    mkdir($userdir."/"); that'd be line 22.
  6. cdh47315

    PHP mkdir(); Error

    the first mkdir() line. also that's the only directory that doesn't get created.
  7. cdh47315

    PHP mkdir(); Error

    I'm making a test script for a web application I'm developing, and in the registration of that web app I have a small script in which it makes a few folders under the user's name. Here is my code: //If there is not error if(!$user->has_error()) { $userdir =...
Top