소스한번 봐주시면 안될까요??
본문
안녕하세요,, 아래 게시물 점프관련 질문입니다,,
bbs/board.php 에 아래의 소스를 삽입했습니다,,
새글로 점프시 포인트 차감횟수를 계산해서 하루에 10회 포인트가 차감되면 새글점프를 사용할수 없게 하고싶은데요,,
경이아빠님께서 감사히도 팁을 주셔서 적용해 보았습니다만, 에러가 출력되는지라,,, 소스한번 봐주시고 조언부탁드립니다,,
감사합니다,,
--------------------------------------
//Jump 횟수제한
if($_GET[cmd] == "make_new"){------------------------------------
경이아빠님께서 가르쳐 주신데로 제가 제대로 적용했는지도 잘 모르겠어요,,ㅠㅠㅠ
----------------------------------------
에러문구는 이렇습니다,,
update g4_write_community set wr_num = '-28' , wr_datetime = '2014-11-16 15:36:53' , wr_hit = '0' where wr_parent = '6' select count(*) as cnt from g4_point where mb_id = '' and po_rel_table = '' and po_rel_id = '' and po_rel_action = '' where po_datetime = '오늘날짜'
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select count(*) as cnt from g4_point where mb_id = '' ' at line 1
error file : /bbs/board.php