Herkes bu kod işi yapmak için nasıl açıklayabilir?
echo '<div id="panel1-under">Welcome <?php echo "$_SESSION['username']"; ?></div>';
I've tried removing the single quotes so it's like this: - "$_SESSION[username]" but it doesn't work. Appreciate any help. Thanks!