謝謝你的回覆!
出現 Notice: Undefined index: user_name in C:\UniServerZ\www\mini_shop\footer.php on line 2
你在書13-11裡說 "為什麼一直出現登入框?因為templates/index.html中加入一個判斷"
{if isset($user_name)}
之後你說要在footer.php裡傳入様板!
我程式裏面是跟你的書一樣如下:
if (isset($_SESSION['user_name']) and $_SESSION['user_name'] != '') {
$smarty->assign('user_name', $_SESSION['user_name']);
}
$smarty->assign('shop_name', _SHOP_NAME);
$smarty->display('index.html');
還是沒有反應! -_-'