Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help me echo an individual $row? Reply To: Help me echo an individual $row?

#242641
rkieru
Participant

You need to review your SQL, because right now it’s doing exactly what it was written to do: Pull a list of users from the database where admin_level < 1.

In your post you reference that you are selecting some number of users, but your query does not provide any indication that this is ever being applied.