Hi
I have a code that looks like this atm for mysql db display.
$modsql = bb_db_query("select * from regd_members order by username limit 24");
Basically it list all the regd_members in the db. I want to mod it a bit so that it selects * from regd_members and it will only list username if the "password" field is equal to "superman". What do i need to add in my current line of code for it to do that??
Thanks in advance
Bookmarks