View Single Post
Old 09-14-2011, 03:59 AM   PM User | #1
amcf1992
Regular Coder

 
Join Date: Jul 2011
Posts: 114
Thanks: 7
Thanked 0 Times in 0 Posts
amcf1992 is an unknown quantity at this point
not echoing correctly

The echo is not echoing please help


Code:
<?php session_start(); ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Account Dashboard</title>
</head>
<body>
<?php
$name = $_SESSION['username'];  
echo "$name";
?>
</body>
</html>
amcf1992 is offline   Reply With Quote