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]

    <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...
Top