View Single Post
ישן 05-02-09, 15:55   # 5
CodeX
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2006
הודעות: 172

CodeX לא מחובר  

הינה מצאתי,

PHP קוד:
    $img $row['img']; 

$AgetHeaders = @get_headers($img);
if (
preg_match("|200|"$AgetHeaders[0])) {
    
$img $row['img']; 
} else {
    
$img "images/noimg.gif" ;

תודה בכל מקרה!
  Reply With Quote