you dont have to use the two lines he put out i have to because th script i am working on requires to connect to a different database and uses its own individual cookies if you just need to grab the vbulletin info just use everything but them two lines
Quote:
Originally Posted by Vizionz
yeah that disables the vb system so you would want to kill the cookies from the other app instead...
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource
on line 29
$sql="SELECT * from songlist WHERE ID=$songID"; line 27
$result=mysql_query($sql);line 28
$data=mysql_fetch_object($result);line 29
offhand is there something wrong with that line ? that you can see
|
anyone ?