09.09.2018, 04:35
use a 'where' clause
PHP код:
SELECT `name` FROM `accounts` WHERE `account id` = 0
//accounts is the name of table where you store your Users' data.