Jump to content

altergothen

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

altergothen's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think i figured it out? ..... Correct? > > > $title = $rss_array['items']['0']['title']; $link =  $rss_array['items']['0']['link']; $description =  $rss_array['items']['0']['description']; echo "<p class='heading'><a href='$link'>$title</a></p><p class='text'>$description</p><a href='$link'>Read Full Article ...</a> "; ?>   
  2. Thanks a million Guys! printf - please can you give me a formatted example? thanks
  3. I want to be able to echo array items within an array within an array Here is my array structure: Please help! Thanks. Array (     [inside_image] =>     [items] => Array         (             [0] => Array                 (                     [title] => Bangladesh's Health Nutrition Program Gets 460 Mln USD (RedNova)                     [link] => http://us.rd.yahoo.com/dailynews/rss/search/health+nutrition.                     [description] => 10/19/2006 - European food companies are already being asked to ...                 )             [1] => Array                 (                     [title] => Member States start compiling health claims lists (Nutraingredients.com)                     [link] => http://us.rd.yahoo.com/dailynews/rss/search/health+nutrition/SIG=12o66dneo                                                                                                      [description] => 10/19/2006 - European food companies are already being asked to ...                 )             [2] => Array                 (                     [title] => Good nutrition essential for bone health (Antara News)                     [link] => http://us.rd.yahoo.com/dailynews/rss/search/health+nutrition/SIG=11f9hhq9g                     [description] => (Full text of a statement. Contact details below.)                 ) )     [channel] => Array         (             [title] => Yahoo! News Search Results for health nutrition         ) )
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.