any1 have a prate table sql 4 spiderwap script ???pls upload here...tnks...
Ibwf_prate Table Need
Collapse
X
-
Guest
it aint that hard to reverse the tables from code......
try it, you might suprise yaself with how easy it actually is
-
Use the search, its laready on here[/b]
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
Comment
-
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???
Comment
-
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]
Comment
-
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."'"));
<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
Comment