PHP
3
Вклад в тег
$html = file_get_contents("http://w1.c1.rada.gov.ua/pls/z7503/a002");
preg_match('#<table class="striped Centered" WIDTH="100%" cellspacing=0 cellpadding=3>(.+?)</table>#is', $html, $arr);
echo $arr[0];
$tel = $_POST['tel' . date('Yz')];