Dashboard
Welcome to the Admin Panel. Here you can manage your application.
query('SELECT count(*) FROM users')->fetchColumn(); $playlist_count = $db->query('SELECT count(*) FROM user_playlists')->fetchColumn(); } catch (PDOException $e) { // DB connection error is handled gracefully } if (file_exists('premium_content.json')) { $premium_content = json_decode(file_get_contents('premium_content.json'), true); $content_count = is_array($premium_content) ? count($premium_content) : 0; } ?>
Welcome to the Admin Panel. Here you can manage your application.