3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file = file("http://www.schoolclosingsnetwork.com/output/clearchannel/wgyweb.asp"); while ($row = each($file)) { $match = preg_match("/\"(.*)\"\,\"(.*)\"/i", $row[1], $matches); echo '<b>' . $matches[1] . '</b><br>'; echo $matches[2] . '<br><br>'; }

preferences:
100.1 ms | 402 KiB | 5 Q