View Single Post
ישן 05-02-09, 22:11   # 3
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

^^כמו שוואדים אמר-preg_match_all:
PHP קוד:
<?php
$source 
file_get_contents("http://lasw.gamli.net/s.html"); 

    
preg_match_all("/\<a.+>(.+?)<\/a>/i",$source,$match);
    for (
$i 0$i <= strlen($match[0]); $i++)
    {
    echo 
$match[0][$i]."<br />";
    }
?>
__________________
Projector Lamps
  Reply With Quote