티스토리 뷰
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<head>
<?php
$m_srl=160;
define('__RX__',true);
require_once("../config/config.inc.php");
$oContext=&Context::getInstance();
$oContext->init();
$cont="";
//$nick_name=$_REQUEST["wr_4"];
$hp=$_REQUEST["hp"];
//$ex03=$_REQUEST["ex03"];
//$ex04=$_REQUEST["ex04"];
$nick_name=$_REQUEST["nick_name"];
$content=$_REQUEST["content"];
$cont = "성명: ".$nick_name;
$cont.="<br>";
//$cont.= "연락처: ".$hp[0]."-".$hp[1]."-".$hp[2];
$cont.= "연락처: ".$hp;
$cont.="<br>";
$cont.= "문의내용: ".$content;
$cont.="<br>";
//$cont.= "재직구분: ".$ex03;
//$cont.="<br>";
//$cont.= "자금용도: ".$ex04;
//$cont.="<br>";
if(!$obj) $obj = new stdClass();
$obj->module_srl=$m_srl;
$obj->nick_name=$hp;
$obj->title="문의 드립니다.";
$obj->content=$cont;
$obj->comment_status="ALLOW";
$obj->is_secret ="Y";
$oDocumentController=&getController('document');
$rst = $oDocumentController->insertDocument($obj,true);
//print_r($rst);
if($rst->error==0){
echo "<script>alert('정상 등록되었습니다');history.back();</script>";
}else{
echo "<script>alert('등록에 문제가 있습니다. 관리자에게 문의하여 주십시요.');history.back();</script>";
}
?>
PC 레이아웃
<div cond="$layout_info->layout_type === 'main' " style="text-align:center">
<iframe src="./insDoc/insDoc.html" width="520" height="660" frameborder="0" scrolling="no" style="border: none;"></iframe>
</div>
모바일 레이아웃
<div>
<iframe src="./insDoc/insDoc.html" width="400" height="660" frameborder="0" scrolling="no" style="border: none;"></iframe>
</div>
'라이믹스' 카테고리의 다른 글
라이믹스 레이아웃을 수정해도 화면이 바뀌지 않을때 (0) | 2025.07.31 |
---|---|
xeedition 레이아웃이 깨지는 경우 (0) | 2025.07.21 |
라이믹스 입력 폼 판매 (0) | 2025.07.17 |
라이믹스 메뉴 추가했는데 not found the requested url was not found on this server. (0) | 2025.07.14 |
xe 라이믹스 게시판에 insert 시 필수 항목, 최소 항목 (0) | 2024.12.27 |
- Total
- Today
- Yesterday
- Python
- XE3
- C
- 플러터
- 이클립스
- 오라클
- proc
- 자바
- 프로씨
- xe addon
- 문자열
- 파싱
- ocajp
- php
- EC
- C언어
- MySQL
- 라이믹스
- ocjap
- KG
- 자바 smtp
- 포인터
- xe애드온
- 스크래핑
- webix
- esql
- JDBC
- 파이썬
- 인포믹스
- XE
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |