날씨 관련
본문
Parse error: syntax error, unexpected '{' in /home/tnhands/public_html/board/ds/ds.php on line 9
이거 에러 뜨는데 왜그런가요?
9번라인은...밑에 표시해놨습니다
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<?php
//*Copyright © HoneyMusic*
//*Yu-sung heon *
//**** 개인정보보호를 위한 이메일주소 노출방지 *** *
$url = "http://api.openweathermap.org/date/2.5/weather?lat=37.56826&lon=126.977829%APPID=[1111111111111111111">http://http://api.openweathermap.org/date/2.5/weather?lat=37.56826&lon=126.977829%APPID=[1111111111111111111]"
9번라인 {
"coord":{
"lon":126.98,
"lat":7=37.57
},
"weather":[
{"id":800,
"main":"clear"
"description": "clear sky",
"icon":"01d"
}
],
"base":"station",
"main":{
"temp":297.56,
"pressure":1008,
"humidity":64,
"temp_min":295.15,
"temp_max":301.15
},
"visibility":10000,
"wind":{
"speed":0.5,
"deg":20
},
"clouds":{
"all":1
},
"dt":1467024600,
"sys":{
"type":1,
"id":8519,
"message":0.0126,
"country":"KR",
"sunrise":1466971978,
"sunset":14670025047,
},
"id":1835848,
"name":"Seoul"
"cod":200
}
?>
답변 3
" { " <-- 에러 인데요
열었거나 닫았거나 오류가 있네요
9번라인 { 이게 열려 있는데 아래쪽엔 닫힌건 없네요 삭제해보세요
ds.php 파일이 어떻게 코딩되어 있는지 보여 주셔야 할 듯합니다.
지금 올려 주신 건 위 api에서 보내 주는 데이터 아닌가요?