Jump to content

jcombs_31

Staff Alumni
  • Posts

    2,064
  • Joined

  • Last visited

Everything posted by jcombs_31

  1. jcombs_31

    v2

    I was messing around and redid some things on my school's website. Nothing drastic, just cleaned it up a little. http://www.coralgladeshigh.com Any thoughts or opinions welcome.
  2. I didn't realize I could just add an $item['description']. Now I'm gettin where I wanna be. thanks for your feedback.
  3. Thanks, I fixed the permissions issue, but still I want to have a script that gives glipse at the content of the feed, not just the link. I have much smaller script than magpe that does the same thing.
  4. Thanks, does this have the ability to display some data in the feed rather than just a link? I used the code in the readme file <?php require_once('includes/rss_fetch.inc'); $url = "http://www.lockergnome.com/rss/web.php"; $rss = fetch_rss( $url ); echo "Channel Title: " . $rss->channel['title'] . "<p>"; echo "<ul>"; foreach ($rss->items as $item) { $href = $item['link']; $title = $item['title']; echo "<li><a href=$href>$title</a></li>"; } echo "</ul>"; ?> and get the links to a feed, but then have a cache error "Cache couldn't make dir './cache'. Cache unable to open file for writing: ./cache\039d3bbd5586f0089b4edc1d921dbe72"
  5. nobody uses a nice script for RSS content?
  6. I've been looking at a couple scripts to parse rss feeds into html. Any in particular that work nicely with a link, short description and aren't too many pages of code?
  7. The forum looks like any standard forum, nothing really to critique. Why would you use a red scroll bar on the other page?
×
×
  • 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.