これが私のphpコードです:
<?php include("inc/incfiles/header.inc.php")?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Member Index</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Welcome <?php echo ($_SESSION['SESS_fname']);?></h1>
<a href="member-profile.php">My Profile</a> | <a href="logout.php">Logout</a>
<p>This is a password protected area only accessible to members. </p>
</body>
</html>
コードに問題があることは知っていますが、それを修正する方法がわかりません。私のエラーは次のように言います:
ユーザーの名が表示されるようにエラーを修正するにはどうすればよいですか? mySQL のデータベース テーブルの最初の名前は と呼ばれfname
ます。