사용후기 건수 반영후 검색에서 사용후기 많은순으로 기능 추가
This commit is contained in:
@ -20,6 +20,8 @@ if ($w == "u")
|
||||
where is_id = '$is_id' ";
|
||||
sql_query($sql);
|
||||
|
||||
update_use_cnt($_POST['it_id']);
|
||||
|
||||
goto_url("./itemuseform.php?w=$w&is_id=$is_id&$qstr");
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user