head.php include 문의

head.php include 문의

QA

head.php include 문의

답변 3

본문

<?php

include_once('/_common.php');

$g5['title'] = ""; 


include_once('/head.php');

?> 


이 코드를 사용하였는데 개별페이지 내용은 나오는데 head.php 내용이 안나오네요...


../../../head.php 이런식으로 사용해야하나요?

이 질문에 댓글 쓰기 :

답변 3

이렇게 해보세요.

include_once(G5_PATH.'/head.php');

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 42
© SIRSOFT
현재 페이지 제일 처음으로