The problem is that I have 2 tables in the mysql
database, and I need to output values from these tables somehow at the same time.
Currently, one table is connected via
$sql = "SELECT * FROM `accounts` WHERE `Name` = '%s' AND `pKey` = '%s'";
ps In the future, it will be necessary to connect other tables.