אני חושב שהם חסמו את האופציה של ההעתקה מהם.
בכל מקרה הקוד שלך צריך להיות משהו כזה:
PHP קוד:
$url = "http://www.toto.org.il/totodata/formprint/toto16.asp";
$str = file_get_contents($url);
preg_match_all("/<td colspan=6 align=right class=\"headFont\">(.*?)<\/td>/", $str, $arr);
$title = $arr[1][0];