網站程式設計-PHP
	一、登入後台程式
  - 程式流程
 - 全局變數
 - 使用函數
 
- 利用後台的 login.html
/templates/admin/pages/login.html - 把它存在 default/tpl/creative_login.html
 
- HTML
	
<meta http-equiv="refresh" content="0;url=smarty_02/" />
	
 - PHP
	
header("location:admin/index.php");
	
這種寫法有個先決的條件,就是前面不能出現任何的輸出.否則會錯誤
 - JS <script language="JavaScript"> window.location.replace("https://www.ugm.com.tw"); </script>