-4

please could you help me to show the username on the page?

I got this error:

Notice: Undefined index:

<?= $_SESSION['auth']->pseudo; ?>
Nana Partykar
  • 10,556
  • 10
  • 48
  • 77

1 Answers1

0

This is the begining

<?php 
session_start();
//require 'functions.php';


$title = "Accueil | Wintrack";
require 'include/header.php';

require 'dbconnection.php';
logged_only();