최근게시물 출력중에서여 정보
최근게시물 출력중에서여본문
Parse error: syntax error, unexpected T_INCLUDE_ONCE in /home/hosting_users/moremo2713/www/iframe.htm on line 3
라고 뜨는데 이유가멀까요.
그리고 <?=latest('basic', 'homepage', 3, 15);?>에서
hompeage 는 게시판 테이블명 말하는거죠?
게시판그룹과는 관계없죠
라고 뜨는데 이유가멀까요.
그리고 <?=latest('basic', 'homepage', 3, 15);?>에서
hompeage 는 게시판 테이블명 말하는거죠?
게시판그룹과는 관계없죠
댓글 전체

syntax error는 해당 페이지(iframe.htm) 코드를 보여 주셔야 설명 가능합니다.
두 번째 질문은 테이블명 맞습니다.
두 번째 질문은 테이블명 맞습니다.
<?
include_once("/home/hosting_users/moremo2713/www/_common.php");l
include_once("/home/hosting_users/moremo2713/www/gnuboard4/head.sub.php");
include_once("/home/hosting_users/moremo2713/www/gnuboard4/lib/latest.lib.php");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor(Trial)">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<p style="line-height:100%; margin-top:0; margin-bottom:0;">
<?=latest('basic', 'homepage', 3, 15);?></body>
</html>
<meta name="generator" content="Namo WebEditor(Trial)">
이거입니다.
include_once("/home/hosting_users/moremo2713/www/_common.php");l
include_once("/home/hosting_users/moremo2713/www/gnuboard4/head.sub.php");
include_once("/home/hosting_users/moremo2713/www/gnuboard4/lib/latest.lib.php");
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor(Trial)">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<p style="line-height:100%; margin-top:0; margin-bottom:0;">
<?=latest('basic', 'homepage', 3, 15);?></body>
</html>
<meta name="generator" content="Namo WebEditor(Trial)">
이거입니다.
아 common.php 앞에 엉뚱한게 붙엇군요 감사합니다.