• 목록
  • 아래로
  • 위로
  • 1
  • 260578
  • 조회 수 165
(상부 Style 생략)
<?php
$naeyong = htmlspecialchars($_POST['contents']);
$chamgo = htmlspecialchars($_POST['age']);
?>
<script type="text/javascript">

// 아이프레임 세로 자동 리사이징 (세로값을 자동으로 추출하여 스크롤바 생기지 않음)

function resizeFrame(frm) {

frm.style.height = "auto";

contentHeight = frm.contentWindow.document.body.scrollHeight;

frm.style.height = contentHeight + 4 + "px";

}

</script>
</head>

<body>
<?php
$name = $_POST['name'];
if(!isset($name)){
$name = "frontpage";
}
?>
<section id="m_main">
<span class="tbar">
<ul>
<li>
<form action="do.php" method="post">
<input type="hidden" name="less" value="<?php echo $name;?>" />
<input type="submit" value="✍" />
</form>
</li>
   </ul>
</span>
<iframe src="d/<?php echo $name; ?>.html" name="m_view" width="1000px" height="0px" marginwidth="0px" marginheight="0px" frameborder="no" scrolling="no" onload="resizeFrame(this)">
   </iframe>
</section>
   </div>
</body>

</html>


[page.php]




<html>
    <head>
        <title>진행중...</title>
        <meta charset="UTF-8" />
    </head>
    <body>
<?php echo $_POST['name'];?>

<?php
$_POST['less'] = $title;
?>
<form action="save.php" method="post">
<fieldset>
    <legend>편집</legend>
        <textarea name="contents" cols="30" rows="10">
        <?php
        $fp = fopen("d/$title.html", 'r');
        $content = fread($fp, filesize("$title.html"));
        echo $content;
        fclose($fp);
        ?>    
</textarea>
</fieldset>
<p><input type="submit" /></p>
</form>
<p><?php echo $title;?></p>
</body>
</html>


[do.php]



<?php
$_POST['contents'] = $dgfd;
echo $dgfd;
?>


[save.php]





Post.php에서 열려있는 d 폴더의 html 파일을 그대로 가져와서 do.php에서 불러와서 편집한 다음 save.php에서 저장된 내용을 보려고 합니다.


그러나 실행되지 않더군요, 문제가 무엇인가요?




작성자
260578 58 Lv. (58%) 274630/278480EXP

반가워요!

댓글 1

title: 황금 서버 (30일)humit
profile image

일단 save.php가 아래처럼 되어야 할 것 같네요
<?php
$dgfd = $_POST['contents'];
echo $dgfd;
?>

comment menu
2018.10.28. 10:29

신고

"humit님의 댓글"

이 댓글을 신고 하시겠습니까?

권한이 없습니다.
번호 제목 글쓴이 날짜 조회 수
공지 [작업 완료] 설 명절 맞이 서버 업데이트 안내 3 마스터 24.02.11.17:21 924
공지 [중요] 호스팅 만료와 관련하여 일부 수칙이 변경됩니다. 4 마스터 23.01.14.02:23 4593
공지 [필독] 질문하는 방법 17 마스터 18.02.23.03:09 4479
466 미디어 위키 에러 질문입니다. 8 NoYeah 18.08.24.22:27 272
465 미디어 위키 닷홈 MySQL 설정하는법 도와주세요 1 image AA 18.02.27.23:47 701
464 미국 간편식 추천 부탁드립니다 14 이니스프리 19.01.29.10:42 332
문제가 무엇인가요? 1 260578 18.10.28.00:11 165
462 무접점 방식의 키보드의 윤활과 관련하여 질문 드려요~! 이니스프리 19.10.25.22:57 198
461 무언가가 이상합니다. 3 260578 18.01.12.11:35 210
460 무슨 문제일까요 3 image 260578 18.03.03.09:32 181
459 무슨 문제일까요 3 image 260578 18.04.07.11:35 184
458 무선 키보드 마우스 세트 추천 부탁드립니다. 14 갱생협스 19.05.03.18:18 337
457 무료 아이콘 사이트 추천 부탁드려요 ^^ 4 이니스프리 19.07.09.20:15 229
456 모바일과 윈도우에서 잘 작동하는 note taking 앱이 있을까요? 6 이니스프리 21.03.28.22:58 216
455 모니터의 피봇(pivot)과 관련하여 질문 드립니다 8 이니스프리 19.04.10.13:59 241
454 몇년된 넷북으로 워드프레스 돌릴 수 있을까요? 7 title: 금메달 (30일)동방개념지국 17.01.29.17:43 400
453 명함 제작 업체 추천 부탁드립니다! 2 갱생협스 19.11.08.16:57 244
452 메일에 ?표시는 어떻게 하나요? 10 image title: 투명 아이콘ㅁㅁ 17.10.18.20:04 295
451 메일 확인은 어떻게 하는 건가요? 1 Doge아시.. 17.07.24.20:04 726
450 메일 수신이 안됩니다... 4 title: 도밥위키!Dobob 17.01.08.11:39 287
449 메일 서버 구축과 관련해 질문 있습니다! 13 갱생협스 20.05.10.14:24 427
448 머신러닝 용도로 노트북을 구매하려고 하는데 MSI 게이밍 노트북도 괜찮을까요? 12 이니스프리 21.01.31.22:26 376
447 머신러닝 오프라인 강좌를 수강해보려고 하는데요~ 이거 괜찮을까요? 5 image 이니스프리 19.12.11.03:12 314