ホームページにログインフォームがあります。ログインしたユーザー名に基づいて別のものに変更できますか?
例えば
<form id="form1" name="form1" method="post" action="testconnect.php">
<p>
<label for="username">Username:</label>
<input type="text" name="username" id="username" />
</p>
<p>
<label for="password">Password:</label>
<input type="text" name="password" id="password" />
</p>
<p>
<input type="submit" name="login" id="login" value="Submit" />
</p>
</form>
これをホームページで変更して表示できますか
おかえりなさい「ユーザー名」。ログアウト