I'm basically doing a select * in mysql and trying to put all the data in the table into an array using PHP but not having much luck. It seems that the first row of the table is correctly placed into ...
* Get all table names from the connected database. * @param mysqli $conn The database connection object. * @return array An array of table names, or an empty array on ...