View Single Post
ישן 06-09-07, 22:38   # 4
Elad-A
הוסטסניון
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 1,987

Elad-A לא מחובר  

אני חושב שהם חסמו את האופציה של ההעתקה מהם.

בכל מקרה הקוד שלך צריך להיות משהו כזה:

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]; 
  Reply With Quote