הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > עיצוב גראפי, תכנות על כל שפותיו וקידום ושיווק אתרים > פורום תיכנות

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 25-05-15, 10:43   # 1
EBSites
חבר מתקדם
 
EBSites's Avatar
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 382

EBSites לא מחובר  

RSS ב- PHP , עזרה בבקשה.

אהלן ,

הייתי מעוניין שהיה שדה לתמונה בנפרד ולא ביחד עם התיאור של הכתבה, איך עושים זאת?
אשמח לעזרה בבקשה.

PHP קוד:
    <?php
    $rss 
= new DOMDocument();
    
$rss->load('http://www.ynet.co.il/Integration/StoryRss2.xml');

    
$feed = array();
    foreach (
$rss->getElementsByTagName('item') as $node) {
    
$item = array (
    
'title' => $node->getElementsByTagName('title')->item(0)->nodeValue,

    
'image' => $node->getElementsByTagName('image')->item(0)->nodeValue,

    
'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue,
    
'link' => $node->getElementsByTagName('link')->item(0)->nodeValue,
    
'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue,
    );
    
array_push($feed$item);
    }
    
$limit 1;
    for(
$x=0;$x<$limit;$x++) {
    
$title str_replace(' & '' &amp; '$feed[$x]['title']);

    
$image $feed[$x]['image'];

    
$link $feed[$x]['link'];
    
$description $feed[$x]['desc'];
    
$description explode(' '$description5);
    
$description implode(" ",$description);
    
$date date('m,d,Y'strtotime($feed[$x]['date']));
    echo 
'<strong><a target="_blank" href="'.$link.'" title="'.$title.'">'.$title.'</a></strong><br />';
    echo 
'<img src="'.$image.'" width="100" height="100" alt="עדכוני חדשות">';
    echo 
''.$description.'';
    }
    
?>
  Reply With Quote
ישן 26-05-15, 12:02   # 2
pcnet
חבר בקהילה
 
pcnet's Avatar
 
מיני פרופיל
תאריך הצטרפות: Apr 2014
מיקום: בני ברק
הודעות: 51

pcnet לא מחובר  

תיכנס לכתובת הבאה ושמה תמצא תיעוד להכל

http://simplepie.org/
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 16:08.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ