SELECT U..."> SELECT U...">
 
Previous Thread
Next Thread
Print Thread
Rate Thread
#242076 04/07/2003 4:44 AM
Joined: Apr 2001
Posts: 186
Member
Member
Offline
Joined: Apr 2001
Posts: 186
i have written a script that vill only show some groups in showmembers.php

but it doesnt work like i hoped for..
Code
 <br />   $query = " <br />    SELECT U_Username,U_Laston,U_Extra1,U_Homepage,U_TotalPosts,U_Status,U_Number,U_Groups<br />     FROM  {$config['tbprefix']}Users<br />     WHERE   U_Approved = 'yes'<br />     AND     U_Number <> 1<br />	 AND 	U_Groups = '-5-'<br />	 OR     U_Groups = '-6-'<br />	 OR     U_Groups = '-5-2-'<br />	 OR     U_Groups = '-6-2-' 


i putted this in
Code
 AND 	U_Groups = '-5-'<br />	 OR     U_Groups = '-6-'<br />	 OR     U_Groups = '-5-2-'<br />	 OR     U_Groups = '-6-2-' 


Cant that be done simpler ?? so it just show´s groups 2, 5 and 6 ???
some how this mess up the sorting...

Thomas

Sponsored Links
Joined: Apr 2002
Posts: 1,768
Addict
Addict
Offline
Joined: Apr 2002
Posts: 1,768
I think this is the simplest way:

AND (U_Groups LIKE '%-2-%' OR U_Groups LIKE '%-5-%' OR U_Groups LIKE '%-6-%')

The way you were doing it is not reliable, since there's no guarantee that the groups will be listed in any particular order. E.g., U_Groups could be '-5-2-' or '-2-5-'.

I also added parentheses (), to ensure that the OR's get evaluated before the AND.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,575
Posts293,930
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)