The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
okay, this is the entire script and it gives me: Warning: Wrong parameter count for mysql_fetch_row() in /home/path/
what gives, am i doing something wrong? Code:
<?php $dbhostname= "localhost"; $dbusername= "db_user"; $dbpassword= "db_pass"; $dbdatabase= "db_name"; $table ="db_stories"; $db = @mysql_connect($dbhostname,$dbusername,$dbpassword); $result = @mysql_query("SELECT sid, title, comments, counter from $table order by sid DESC limit 0,5", $db); while(list($sid, $title, $comments, $counter) = mysql_fetch_row($result, $db)); { } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|