Posts Tagged parsing-xml-with-php

week 11 | Van Buren – Web Design 2 Parsons

Wednesday, April 13th, 2011 | Permalink

$fp = fopen(” http :// rss . cnn.com/rss / cnn_tech . rss “,”r”) or die(“Error reading RSS data.”);. //feed://feeds.delicious.com/v2/rss/jay2earlyadopter?count=15. // Read the XML file 4KB at a time while ($data = fread($fp, 4096)) …

Read the article:
week 11 | Van Buren – Web Design 2 Parsons