묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
이상하네요...
2004.04.26 20:00
쓸데 없이 오류가 나욤..ㅡ.ㅡ
<?
echo "<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>테스트</title>
</head>
<frameset rows="0%, 100%" border="0">
<frame noresize scrolling="no" src="">
<frame src="".$2."" noresize scrolling="auto">";
?>
<noframes>
<?
echo " <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
";
?>
테스트로 이렇게 연습을 해볼려고 했는데
Parse error: parse error, unexpected T_DNUMBER, expecting T_VARIABLE or '$' in *************/coqic.cool on line 9
* PHP를 웹서버는 cool확장자로 인식함
<?
echo "<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>테스트</title>
</head>
<frameset rows="0%, 100%" border="0">
<frame noresize scrolling="no" src="">
<frame src="".$2."" noresize scrolling="auto">";
?>
<noframes>
<?
echo " <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
";
?>
테스트로 이렇게 연습을 해볼려고 했는데
Parse error: parse error, unexpected T_DNUMBER, expecting T_VARIABLE or '$' in *************/coqic.cool on line 9
* PHP를 웹서버는 cool확장자로 인식함
여기에서 $2라는 변수는 만들수 없는 변수입니다. 여기서 에러가 났겠군요.