# HG changeset patch # User Zoe Hong # Date 1435249788 -7200 # Node ID c3c31d0319455aa59edfa1ad34784aba4067ebca # Parent bc6ce492f15d32e435adf49879ba12152c0bdb24 add passwd in search page diff -r bc6ce492f15d -r c3c31d031945 search.php --- a/search.php Thu Jun 25 17:43:28 2015 +0200 +++ b/search.php Thu Jun 25 18:29:48 2015 +0200 @@ -2,6 +2,12 @@ include_once('config/Lib_mb_utf8.php'); include_once('config/config.php'); include_once('search_function.php'); + +if ( isset($_POST['passwd']) ) { + $checkPasswd = 0; +} else { + $checkPasswd = 1; +} ?> @@ -15,18 +21,24 @@
關鍵字: (若要搜尋多筆關鍵字請用半型逗號,隔開)
將結果輸出至: .html (請用英文非空白字元命名)
+ +