답변 2개
채택된 답변
+20 포인트
1년 전
가장 간단하게는 게시판을 생성 하신후에
상담신청을 하면 게시판에 저장되게 하시면 됩니다.
https://sir.kr/g5_skin/25290?sfl=wr_subject&stx=%EC%83%81%EB%8B%B4
이걸 참조하셔도 될듯 합니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
디자인아루즈
1년 전
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
https://cheongbo21.cafe24.com/theme/sample03/html/online.php
[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<? include_once("customer1.php"); ?>
</body>
</html>
[/code]