Connessione ai feed rss dei siti esterni

Connessione ai feed rss dei siti esterni

Proviamo per esempio a connetteri al feed rss di Tuxfeed

<?php
 
$url="http://feeds.feedburner.com/Tuxfeedit?format=xml";
 
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$conn = curl_exec($ch);
 
if($conn==false){
 echo("impossibile connettersi");
}
Tothebit

About Tothebit

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site