'http://misc.omnistep.com:1081/furnacedump.php?externaltempsummary=1&csv4=1&dy=20' ); foreach ($dataToGet as $v=>$url) { $ch = curl_init($url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $$v = trim(curl_exec($ch)); curl_close($ch); } ?>
Feeding data directly into the Google Time Line Visualization Gadget
View the html source for details. (click to view php source)


1/30/2009 Rolan Yang - rolan@omnistep.com