include_once 불러오는 소스 ??

include_once 불러오는 소스 ??

QA

include_once 불러오는 소스 ??

본문

전에 적용하여 작동이 되던 소스인데,

  <? if(is_mobile()){?>
       <? include_once("include/title_m.php");?>
  <? } else { ?>
       <? include_once("include/title.php");?>
  <? } ?>  

 

PHP Version 5.2.6  >> PHP Version 7.4.19

피시에서, 모바일에서도 불러오질 못하네요  !!??

 

 

       

이 질문에 댓글 쓰기 :

답변 1

<?php if(is_mobile()) {
       include_once("include/title_m.php");
} else {
       include_once("include/title.php");
} ?>

7.4부터는 short_open_tag사용값이 바뀌었습니다. 

 

답변을 작성하시기 전에 로그인 해주세요.
전체 123,644 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT