logo

[PHP] 계층형 게시판 - 3. 글쓰기

language-logoPHP
language-logoMySQL

• write.php 파일은 계층형 게시판에서 글쓰기와 답글쓰기 기능을 담당한다.
• 글쓰기 모드에서는 게시글의 어미값을 제일 작은 값에서 하나 더 내리고, 비밀번호를 암호화하여 데이터베이스에 저장한다. 답글쓰기 모드에서는 부모글의 정보를 가져와서 해당 글의 family 값과 orderby, step 값을 계산하여 데이터베이스에 저장한다.
• The code is for a form that allows users to submit content to a bulletin board.
• The form includes fields for the user's name, password, title, content, and a checkbox for making the post a bulletin board notice.

thumbnail
북마크
공유하기
신고하기
3분 분량
조회수 201
profile-image하비삼
2년 전
Copyright © 2025. Codenary All Rights Reserved.