(.*?)|s', $html, $matches); $month = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $day = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $ozoneconc = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $ozoneaqi = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $pm10conc = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $pm10aqi = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $pm25conc = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $pm25aqi = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $published = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $year = $matches[1]; preg_match_all('|(.*?)|s', $html, $matches); $location = $matches[1]; $i=0; do { $first=$month[$i]; $second=$day[$i]; $o3aqi = $ozoneaqi[$i]; echo $month[$i] ." ".$day[$i]." ".$o3aqi0101; echo "
"; $i=$i+1; } while ($i < 367); ?>
Updated On:
Date Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31