Quote:
Originally Posted by Lynne
Try a query more like:
PHP Code:
$getrepx = $db->query_read("SELECT userfield.field8, user.userid, user.username FROM " . TABLE_PREFIX . "userfield LEFT JOIN " . TABLE_PREFIX . "user ON (user.userid = userfield.userid) ORDER BY userfield.field8 DESC LIMIT 10");
Not knowing how you are putting this into the page though doesn't help us figure out why nothing is displaying. You really need to post the part where you add it to the template - both the php page and what is in the template.
|
Hello Lynne Thanks So Much For Your Answer Look
https://vborg.vbsupport.ru/attachmen...1&d=1298535707
Thats The Product
I Edited It With The Code You Provided Me
All I Need It To Do Is Just Show The Highest Member In Field 8
I Dont Need More Features Or Anything
Or Just Write Me The Php Code And I Will try For It
And Special Thanks For You