게시판5 [PHP] 계층형 게시판 - 5. 글보기 계층형 게시판 - 5. 글보기 view.php http://crackh.com/test/board/view.php?idx=1 2015. 1. 30. [PHP] 계층형 게시판 - 4. 리스트 계층형 게시판 - 4. 리스트 list.php   2015. 1. 30. [PHP] 계층형 게시판 - 3. 글쓰기 계층형 게시판 - 3. 글쓰기 페이지 write.php 2015. 1. 30. [PHP] 계층형 게시판 - 2. 덧글 테이블 구조 계층형 게시판 - 2. 덧글 테이블 구조 CREATE TABLE `replay` ( `idx` int(11) unsigned NOT NULL auto_increment, `bbs_no` int(11) unsigned NOT NULL default '0', `name` varchar(20) NOT NULL default '', `contents` mediumtext NOT NULL, `wdate` int(11) unsigned NOT NULL default '0', `pass` varchar(32) NOT NULL default '', KEY `idx` (`idx`) ) TYPE=MyISAM Field Type Comment idx int(11) unsigned 번호 bbs_no int(11) unsign.. 2015. 1. 30. 이전 1 2 다음