html 로 작업할려면 어떻게 해야 합니까?
index.php 를 html 로 작업할려는데요..
<?
$gnu_path = "./";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
$html_title = "저작권없는 그누보드";
include($gnu_path . 'head.sub.php');
include($gnu_path . 'head.php');
?>
패스지정에 절대경로 지정해 주니까 경로가 잘 안맞네여~
<?
$gnu_path = "./";
include($gnu_path . 'config.php');
include($gnu_path . 'lib.php');
$html_title = "저작권없는 그누보드";
include($gnu_path . 'head.sub.php');
include($gnu_path . 'head.php');
?>
패스지정에 절대경로 지정해 주니까 경로가 잘 안맞네여~
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인