$width = 600; // ±Û¾²±â ¸ðµå ½Ã¿¡´Â Ç×»ó Å©±â°¡ 600 ÀÌ µÇµµ·Ï ÇÑ´Ù. ?> $db = new DB; // ÀڷḦ ·Îµå... $result = $db->execute("select * from $board_table where uid = $uid"); $row = mysql_fetch_array($result); // ÀÚ·á ¼öÁ¤ $wdate = date('Y.m.d H:i:s', $row[wdate]); $contents = str_replace("\n", "\n> ", $row[contents]); $contents = ">\n> $row[writer] ´Ô²²¼ $wdate ¿¡ ¾²½Å ±ÛÀÔ´Ï´Ù\n>\n> " . $contents; $contents .= "\n>\n\n"; $subject = "RE: " . $row[subject]; // Á¦¸ñ±æÀ̰¡ 127ÀÚ¸¦ ³ÑÁö ¸øÇϵµ·Ï ÇÏÀÚ... $subject = subkostr($subject, 127); $indent = $row[indent] + 1; ?>
![]() ![]() |