아주 원초적인 질문..
보시다 시피 아래는 index 파일 입니다..
------------아래--------------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
?>
<? include_once("./_hd.php"); ?>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
----------궁금-------------
!!!! 도대체 여기다 어떻게 써야 시작페이지에서 바로 게시판이 열릴까요? !!!
---------------------------
</tr>
</table>
<? include_once("./_tail.php"); ?>
ㅠ_ㅠ
------------아래--------------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
?>
<? include_once("./_hd.php"); ?>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
----------궁금-------------
!!!! 도대체 여기다 어떻게 써야 시작페이지에서 바로 게시판이 열릴까요? !!!
---------------------------
</tr>
</table>
<? include_once("./_tail.php"); ?>
ㅠ_ㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
<?php header("location:./bbs/board.php?bo_table=테이블명"); ?>