head.php 인쿨르드 하기 정보
head.php 인쿨르드 하기
본문
제가 몇번을 시도해도 되지않아 이렇게 부탁드립니다.
아바타몰 php 파일에 head.php 와 common.php 를 인쿨르드 하려고 시도해봤는데..
common.php 는 인클루드가 되는데,
head.php 인클루드가 안됩니다.
제 그누보드 설치 경로는 (../web) 이구요.
부탁드립니다.
아래는 아바타몰 php 파일 소스입니다.
include_once ("$g4_path/head.php"); 또는 include_once ("$g4_path/_head.php");
이렇게 인클루드 하려고 했지만 안되네요..
-------------------------------
<?
$g4_path = ".."; // 상대 경로
include_once ("$g4_path/common.php");
if (!$member[mb_id])
alert("아글로코 듀오에서 회원가입을 하셔야 합니다.");
else if($member[mb_level] < 3)
alert("죄송합니다. 프리미엄 회원전용 서비스 있니다.");
?>
$g4_path = ".."; // 상대 경로
include_once ("$g4_path/common.php");
if (!$member[mb_id])
alert("아글로코 듀오에서 회원가입을 하셔야 합니다.");
else if($member[mb_level] < 3)
alert("죄송합니다. 프리미엄 회원전용 서비스 있니다.");
?>
<html>
<head>
<title>아글로코 듀오 :: 아바타 쇼핑몰</title>
<head>
<title>아글로코 듀오 :: 아바타 쇼핑몰</title>
</head>
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="avatar" scrolling="auto" noresize src="./avatar_list.php" marginheight="0" marginwidth="0">
<frame name="page" scrolling="no" noresize src="" marginheight="0" marginwidth="0">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</html>
<frameset rows="*,0" frameborder="NO" border="0" framespacing="0">
<frame name="avatar" scrolling="auto" noresize src="./avatar_list.php" marginheight="0" marginwidth="0">
<frame name="page" scrolling="no" noresize src="" marginheight="0" marginwidth="0">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">
</html>
댓글 전체

$g4_path 가 아니라 $g4[path] 아니었던가요?