如何为登录用户创建菜单?
我有非注册用户的代码:
<form name="form1" style="float: left;" method="post" action="config.php">
<input name="myusername" type="text" id="myusername">
<input name="mypassword" type="password" id="mypassword">
<input type="submit" name="Submit" value="Login">
</form>
对于已注册的登录用户,这是:
您现在登录为:YouTOPname...