PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php <?php ini_set('max_execution_time', '300'); $G = date ("G") - 1; $date = date("Ymd".$G."is"); $channel = 1968; $tv=simplexml_load_file("http://www.teleguide.info/download/new3/xmltv.xml"); foreach ($tv as $v){ if ($date >= $v->attributes()->start && $date <= $v->attributes()->stop){ if ($v->attributes()->channel == $channel){ echo "<h2>".date("H:i", strtotime($v["start"]))."".$v->title."</h2>"; } } } ?>
Show:  
Copy Clear