Search results

  1. T

    problem with the code editor

    on my x11 cPanel i have a problem with the code editor, after line 50 it doesn't display a cursor any more... the normal editor works fine, but i miss my code colours.
  2. T

    uploading a file [PHP / HTML]

    trying to get .xlm files. I got a parser for them so i can put the data in them into a database to track several things. 1. did you make any config changes to get the upload working? 2. would it matter to change to post action to a get action?
  3. T

    uploading a file [PHP / HTML]

    i gladly remove the <label> tags if it would solve my problem... but it doesn't... is there some configuration thing i must set some files are accepted?
  4. T

    uploading a file [PHP / HTML]

    <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label><input type="file" name="file" id="file" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> i use this small upload code a file to my page i like to extract some...
  5. T

    Login Form Help

    look at line 10...... ;
Top