관리자: 따옴표 등 작업
This commit is contained in:
@ -70,7 +70,7 @@ $row = sql_fetch($sql);
|
||||
$intercept_count = $row['cnt'];
|
||||
|
||||
$listall = "";
|
||||
if (isset($sfl) || isset(isset($stx))) // 검색일 때만 처음 버튼을 보여줌
|
||||
if (isset($sfl) || isset($stx)) // 검색일 때만 처음 버튼을 보여줌
|
||||
$listall = '<a href="'.$_SERVER['PHP_SELF'].'">전체목록</a>';
|
||||
|
||||
$g4['title'] = '회원관리';
|
||||
@ -116,7 +116,7 @@ var list_delete_php = 'member_list_delete.php';
|
||||
<option value="mb_recommend">추천인</option>
|
||||
</select>
|
||||
<label for="stx">검색어</label>
|
||||
<input type="text" id="stx" name="stx" required value="<?=isset(isset($stx))?>">
|
||||
<input type="text" id="stx" name="stx" required value="<?=isset($stx)?>">
|
||||
<input type="submit" class="fieldset_submit" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user