Tag Archives: Weather Conditions

RSS marquee

precisely how could i work with rss feeds to help populate a marquee no exp with xml. Dorky, Give us a connection to your XML (RSS Feed). Here are a few quirks about XML… so easily could see this feed, I might have a very sample script you can try. sorry ml i dont employ a chosen source however. it is something i used to be considering for of which chat site post revamped, by how is looking much better now http: //www. citicommons. com. but yeah my partner and i dont really have learned to get started on doing this, so im spacious for a point inside right direction. thx ahead of time. Some feeds are easy to accomplish, others have malformed XML and the like use ATOM. Therefore, the required code will vary between them. For example, this is some sort of script that makes use of CURL: PHP: < php  //  rss  page  for  Co  –  $feed_url  =  “http: //www. weather conditions. gov/alerts/co. rss”;   #  INITIATE  SNUGGLE. $curl  =  curl_init(); #  CURL  CONFIGURATIONS. curl_setopt($curl,   CURLOPT_URL, “$feed_url”); curl_setopt($curl,   CURLOPT_RETURNTRANSFER,   1); curl_setopt($curl,   CURLOPT_CONNECTTIMEOUT,   0); #  GRAB  THE  XML  DOCUMENT. $xmlTwitter  =  curl_exec($curl); curl_close($curl); … Continue reading

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