Browser problem

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

    Browser problem

    Hi , i am currently editing a wapdesire v1 but i am getting a problem that is the browser is n0t sh0wing on profile i checked the sql for ibwf_users browserm is correct i refer to other script also but i itz still n0t sh0wing pls help me , Thank you
    PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
    IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
    THANK YOU LOL

    #2
    And yes should i post the register.php or something else ? I dont know just tell me becoz itz urgent thatz f.cking error is the only eror so am realy desperate lol help me
    PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
    IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
    THANK YOU LOL

    Comment


      #3
      if ur db shows the browser then there is problem to call it.just check ur profile.problem is in there

      Comment


        #4
        No i did refer itz nt in profile mate !
        PRACTICE MAKES PERFECT KEEP TRYING UNTIL YOU ACHIEVE SOMETHING IN LIFE.
        IF YOU LIKE WHAT AM SHARING PLEASE DO SAY THANKS!!!
        THANK YOU LOL

        Comment


          #5
          it will be your php version not recognizing current browser collection method. change your current browser info coding on top of index.php
          to
          PHP Code:
          $brws $_SERVER['HTTP_USER_AGENT']; 
          or something similar

          aslo delete the $brws = $brws[0];
          if you are using above code
          Last edited by something else; 24.06.10, 15:32.

          Comment

          Working...
          X