I\'m trying to show all the tables in my database. I\'ve tried this:
$sql = \"SHOW TABLES\"; $result = $conn->query($sql); $tables = $result->fetch_assoc()
//Try This code is running perfectly !!!!!!!!!!