달력출력하려고하는데 에러가 뜹니다. 정보
달력출력하려고하는데 에러가 뜹니다.본문
Parse error: syntax error, unexpected T_STRING in /www/yeop9657.godohosting.com/mini.html on line 3
--------------------------------------------------------------
<? php inlcude "../lib/schedule.lib.php"; ?>
<? echo latest_schedule("calendar","adfadf"); ?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>미니 달력</title>
</head>
<body>
</body>
</html>
----------------------------------------------
어느부분이 문제가 있는건가요 ㅠ
--------------------------------------------------------------
<? php inlcude "../lib/schedule.lib.php"; ?>
<? echo latest_schedule("calendar","adfadf"); ?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>미니 달력</title>
</head>
<body>
</body>
</html>
----------------------------------------------
어느부분이 문제가 있는건가요 ㅠ
댓글 전체
<? php 띄우지 마시고 <?php붙여보심이 어떠실런지요.
syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /www/yeop9657.godohosting.com/mini.html on line 3
똑같이 나와요 ㅠ
똑같이 나와요 ㅠ