요기 나온대로 하고 있는데..
영카트로 개발하려면
Copy
$content_por = sql_fetch("select * from g5_write_".$bo_table." where wr_id = '$wr_id' ");
$contents = $content_por[wr_content];
요기를 영카트에 맞게 수정해야할 듯한데 ㅠㅠ
감이 안잡히네요 ㅠㅠ
답변 1개 / 댓글 1개
채택된 답변
+20 포인트
eyekiss
2021-05-19 (수) 02:47:02
Copy
$content_por = sql_fetch("select * from g5_shop_item where it_id = '$it_id' ");
$contents = $content_por['it_explan'];
답변에 대한 댓글 1개
해브어굿데이
2021-12-09 (목) 16:14:36
이 부분 수정하고나서는 data 폴더에 워터마크가 안찍히는데 다른 부분도 수정해야하나요 ??
답변을 작성하려면 로그인이 필요합니다.