You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$rs=PDOQuery($dbcon,"SELECT Type,Title,Content,FileJSON,PageView FROM games_notice WHERE NoticeID=? AND isDelete=0",[$_GET['NoticeID']],[PDO::PARAM_STR]);
if($rs[1]==1){
$rs2=PDOQuery($dbcon,"UPDATE games_notice SET PageView=PageView+1
WHERE NoticeID=? AND isDelete=0",[$_GET['NoticeID']],[PDO::PARAM_STR]);