Ibwf_prate Table Need

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

    Ibwf_prate Table Need

    any1 have a prate table sql 4 spiderwap script ???pls upload here...tnks...
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    #2
    it aint that hard to reverse the tables from code......

    try it, you might suprise yaself with how easy it actually is

    Comment


      #3
      Use the search, its laready on here

      Comment


        #4
        Use the search, its laready on here[/b]
        with this I have error...
        Code:
        CREATE TABLE ibwf_prate (  id int(100) NOT NULL auto_increment,  pid int(100) NOT NULL default '0',  uid int(100) NOT NULL default '0',  prate char(1) NOT NULL,  PRIMARY KEY  (id)) ENGINE=MyISAM  DEFAULT CHARSET=latin1
        if like my post click:

        http://coding-talk.com/images/totall...ost_thanks.gif

        Comment


          #5
          this is my error:

          Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/web/www.mysite.net/www/web/gallery.php on line 529

          at 529 line I have:

          $vb = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM prate WHERE uid='".$uid."' AND pid='".$gid."'"));


          pls any1 can help me???
          if like my post click:

          http://coding-talk.com/images/totall...ost_thanks.gif

          Comment


            #6
            this is my error:

            Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/web/www.mysite.net/www/web/gallery.php on line 529

            at 529 line I have:

            $vb = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM prate WHERE uid='".$uid."' AND pid='".$gid."'"));
            pls any1 can help me???
            [/b]
            you joined here on 24-December 06,still you are **** in simple coding,ppl here are 2much bothered for your stupid posting and want you not to post craps here but you are shameless stupid who always moan here for help,now stop posting ****s here,you make this site filthy

            Comment


              #7
              I have try to fix but not work
              if like my post click:

              http://coding-talk.com/images/totall...ost_thanks.gif

              Comment


                #8
                i think u need to make it ..
                Code:
                $vb = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_prate WHERE uid='".$uid."' AND pid='".$gid."'"));
                try if it works
                <span style="font-size:12pt;line-height:100%"><span style="color:#FF0000">ViSiT Ma SiTe Nd PoSt Ua CoMmEnTs On It In Ma PoSt</span></span>

                Comment

                Working...
                X