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

Shon12 לא מחובר  

PHP קוד:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<?php
$source 
file_get_contents("http://programart.co.cc"); 

    
preg_match_all("/\<a.+>(.+?)<\/a>/i",$source,$match);
    foreach(
$match[0] as $value)
    {
    echo 
$value."<br />";
    }
?>
דוגמא:
http://lasw.gamli.net/s.php
http://il.php.net/preg_match_all

תהנה
ואין בעד מה
__________________
Projector Lamps
  Reply With Quote