Hi
Developing my PHP knowledge im making a radio panel, like i've said in another post, and ive looked for tutorials but cant find any on how to display a users username..
What i though it would be (And im a terrible coder so it wont work!, im coding to gain experience)
Any help would be greatly appreciated.. Thank youPHP Code:<?php
session_start();
if(!isset($_SESSION['logged_in'])
}
$username = $_SESSION['username'];
?>
Hello, <?= $username ?>! Welcome to my website.
+rep if you can help...






Reply With Quote



