php syntax 오류 수정
This commit is contained in:
@ -48,7 +48,7 @@ include_once('./_head.php');
|
||||
// 인기검색어
|
||||
$sql = " insert into {$g4['popular_table']}
|
||||
set pp_word = '$search_str',
|
||||
pp_date = '"G4_TIME_YMD."',
|
||||
pp_date = '".G4_TIME_YMD."',
|
||||
pp_ip = '{$_SERVER['REMOTE_ADDR']}' ";
|
||||
sql_query($sql, FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user