Hello, I'm creating a login and registration system, and I want it when the user finishes registering and logging in the first time, the title of the site page is named.
Type like this:
<!DOCTYPE html>
<html>
<head>
<title> <?php echo $nomedapessoa; ?> </title>
</head>
<body>
</body>
</html>
But I can not do this communication with the database. I need some help from you.
Note: I use PHP.