변수형 일시를 상숭형으로 대체
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