我要趕裏面的html的javascript這些緯度,經度和INF數組,然後要繪製的地圖如何將.php文件中的float數組傳遞給.html文件中的javascript函數。我需要這個vaules爲ploting地圖
while ($obj = $res->fetch_object()) // get all rows (markers)
{<br>
$lat[$mrk_cnt] = $obj->lat; // save the lattitude<br>
$lng[$mrk_cnt] = $obj->lng; // save the longitude<br>
$inf[$mrk_cnt] = $obj->MAXTEMP; // save the info-window<br>
$mrk_cnt++; // increment the marker counter<br>
}
<br>
我只是用會話變量:d –
我看到,但你可能會使用PHP文件那麼不是HTML,因爲如果文件格式爲html,則不能使用php –