The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Display MySQL Query result
This is my query
Code:
$boatbrands=$DB_site->query('select count(*) AS countboats, field6 as boatbrands FROM userfield WHERE field6 <> "n/a" AND field6 <> "n" AND field6 <> "none" AND field6 <> "NA" GROUP by field6 ORDER BY 1 DESC LIMIT 10'); The result is supposed to be 10 rows of 2 columns worth of data, but I can't figure out what I'm doing wrong here. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|