Kod bloğu
<?php
include_once "simple_html_dom.php";
$flight = file_get_html("http://www.aytport.com/user/flight.asp?FLIGHT_TYPE=1");
foreach($flight->find('tr td.list-area') as $td){
echo $td;
}
?>demokolay gelsin.
0
●79
<?php
include_once "simple_html_dom.php";
$flight = file_get_html("http://www.aytport.com/user/flight.asp?FLIGHT_TYPE=1");
foreach($flight->find('tr td.list-area') as $td){
echo $td;
}
?>demo