Tag Archives: Local Weather Reports

Help with web content feed

Hi My business is new to that forum and I need some assistance from other experienced fighters. I have done a a number of basic webdesigns in addition to PHP and connecting to sql db. I would prefer to add eyeglasses to my internet site and in these frames I need to add many live content just like from a news website by way of example cnn or people. I also choose to link to live local weather reports. I am undecided if I am with all the correct terminology by simply saying " live content". I work with dreamweaver CS3. Can anyone point me into the right direction please. cheers aussie: rambo: You will end up looking at an Rss feed reader. Very easy to do… See the example newsfeed on this subject web page (left column): http: //www. schoharievalleywatch. org/latest. php See the Rss feed from windaction. org Here’s the PHP script to the RSS Feed about that page: PHP: < php    //  rss  page  for  WindAction. org  –    $feed_url  =  “http: //www. windaction. org/latestpoststheme=rss”;     #  INITIATE  CURL.   $curl  =  curl_init();   #  CURL  OPTIONS.   curl_setopt($curl,   CURLOPT_URL, “$feed_url”);   curl_setopt($curl,   … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment