You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$user_name = 'Мария Орлова'; // укажите здесь ваше имя
$categories_sql = "SELECT id, name, icon_class FROM categories";
$posts_sql = "SELECT p.title, p.description, p.img_path, p.quote_author, p.video_path, p.site_link, u.name AS username, u.avatar_path AS avatar, c.icon_class AS type