id realetd problms ???

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

    id realetd problms ???

    hi dear in my site i clear my sql data but when any user register there his member id start with 80 nd onward bcoz before in data 80 meber register so what id do its start with 1 plz tel meeeeeeeeeee

    #2
    Flush the table should do the trick.

    Comment


      #3
      how i flush the table

      Comment


        #4
        1 more error i get when sending pm to ny user

        Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/www/mysite.info/121inbxproc121.php on line 153

        my inbxproc.php code at 153 line is

        while ($item = mysql_fetch_array($items))


        $items = mysql_query($sql);


        echo mysql_error();
        while ($item = mysql_fetch_array($items))
        {
        if($item[3]=="1")
        {
        $iml = "<img src=\"images/npm.gif\" alt=\"+\"/>";
        }else{
        if($item[4]=="1")

        tel me where is fault

        Comment


          #5
          while ($item = mysql_fetch_array($items))
          $items = mysql_query($sql);
          If im not mistaken it should be:
          Code:
          [B]while ($item = mysql_fetch_array($items))[/B]
          {
          $items = mysql_query($sql);
          }
          Visit my site

          Comment


            #6
            go to ibwf_users then click on operation flush the table

            Comment


              #7
              Okz thanks bro i try.

              Comment


                #8
                Originally posted by WhiteWarrior View Post
                Flush the table should do the trick.
                i though 'TRUNCATE' would do the job
                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


                  #9
                  yeah that would also work but id rather use flush, dont ask why lol

                  Comment


                    #10
                    i get error when i flush ibf user

                    #1227 - Access denied; you need the RELOAD privilege for this operation


                    wht i do in free hostia no user privalage so how i flush ???????

                    Comment


                      #11
                      Originally posted by WhiteWarrior View Post
                      yeah that would also work but id rather use flush, dont ask why lol
                      WHY ?
                      tinyurl.com/earnbymobile
                      Easy earning for Indians
                      ---------------------
                      Alternative mobile advertising network .. Minimum 100 USD pay / NET15 pay cycle, Good Brand, Best targeting for Android
                      goo.gl/6vub3

                      Comment


                        #12
                        just paste this in query log---

                        PHP Code:
                        TRUNCATE `ibwf_users
                        Nous Ne Dansos Pas, Nous Sommes Le Danse.!

                        Comment


                          #13
                          Yh truncate function wrk i dnt use flush in free hostia .its nt wrk in free hostia . .bt via truncate my problem solve thanks

                          Comment

                          Working...
                          X