구문오류점 봐주세영
echo"아이프레임" ; 이렇게 할려고 하는데여 이렇게하면 에러가나더네여 ㅜ./ㅜ
어던식으로 넣어야하나여?
echo "<iframe src="/test/test-1.html" name="iframe" width="1000" marginwidth="0" height="650" marginheight="0" scrolling="no" frameborder="0" id="iframe" border="0"></iframe>";
오류내용
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /web/home/server10/html/shop/inc_best.php on line 77
어던식으로 넣어야하나여?
echo "<iframe src="/test/test-1.html" name="iframe" width="1000" marginwidth="0" height="650" marginheight="0" scrolling="no" frameborder="0" id="iframe" border="0"></iframe>";
오류내용
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /web/home/server10/html/shop/inc_best.php on line 77
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 4개
echo "<iframe src='/test/test-1.html'......... 식으로 ' 로 빠구세요
따옴표 다 빼보세요.
"<iframe src=/test/test-1.html name=iframe width=1000 marginwidth=0 height=650 marginheight=0 scrolling=no frameborder=0 id=iframe border=0></iframe>" 아이프레임 안쪽 더블쿼테이션("")을 를 싱글쿼테이션('')으로 바꾸세요