login and register problem

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

    login and register problem

    i got a wap site it was all working fine until the other day when we tried to log in and it says Username Doesn't Exist alsp when you fill in the registration form and click on submit it just clears the field and that is all does'nt register to the database any ideas on fixing it plz

    thankyou

    #2
    quick fix .... register globals on

    Comment


      #3
      Originally posted by something else View Post
      quick fix .... register globals on
      yea.. quick fix.. and also very bad 'fix' lol
      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

      Comment


        #4
        lol you got any other idea metulj

        Comment


          #5
          soloution will be something like this:

          $uid = $_GET['uid'];
          $pwd = $_GET['pwd'];

          but really depends on what script your using

          Comment


            #6
            Post your login.php here

            Comment

            Working...
            X