Username problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Username problem

    Username doesnot support capital letters .How can i allow capital letter and special sing in user name ? Please help .
    PHP Code:
    /* I don't know everything hehe */ 
    Find me on facebook

    #2
    Remove string to lower and remove input format

    Comment


      #3
      4m where ?Plz gimmi info
      PHP Code:
      /* I don't know everything hehe */ 
      Find me on facebook

      Comment


        #4
        PHP Code:
        <input name=\"lietotajs\" maxlength=\"15\"/> 
        Nous Ne Dansos Pas, Nous Sommes Le Danse.!

        Comment


          #5
          Originally posted by Vayne View Post
          PHP Code:
          <input name=\"lietotajs\" maxlength=\"15\"/> 
          i dont under stand . Need more info . Please
          PHP Code:
          /* I don't know everything hehe */ 
          Find me on facebook

          Comment


            #6
            Originally posted by Ponick View Post
            i dont under stand . Need more info . Please
            thats all what you need.
            Nous Ne Dansos Pas, Nous Sommes Le Danse.!

            Comment


              #7
              Originally posted by Vayne View Post
              thats all what you need.
              if i rem0ve it than how can user input theyr txt ?
              PHP Code:
              /* I don't know everything hehe */ 
              Find me on facebook

              Comment


                #8
                if its lave change it to something like this:
                echo "name: <input name=\"uid\" maxlength=\"15\"/><br/>";

                Comment


                  #9
                  Originally posted by something else View Post
                  if its lave change it to something like this:
                  echo "name: <input name=\"uid\" maxlength=\"15\"/><br/>";
                  Nickname:<br/> <input name=\"tfuid\" format=\"*x\" maxlength=\"12\"/> Must be small latter a-z<br/>";

                  theres what need to change? to allow capital letter or special sing?
                  PHP Code:
                  /* I don't know everything hehe */ 
                  Find me on facebook

                  Comment


                    #10
                    remove format=\"*x\"

                    Comment


                      #11
                      Originally posted by something else View Post
                      remove format=\"*x\"
                      oh thankx a lot . . . .I m think im a upgradet idot who doesnt think it before
                      PHP Code:
                      /* I don't know everything hehe */ 
                      Find me on facebook

                      Comment

                      Working...
                      X