Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » I know what I want, but not how to get there
Closed Thread
Old 04-21-2005, 01:38 AM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2005

Posts: 2

mouse_8b

Default I know what I want, but not how to get there

I have both a weblog and a website. The blog is at xanga (www.xanga.com), which does not offer RSS feeds of blogs. How would I parse the HTML of the page to have my blog posts show up on my website.

If this is not possible, can I do it with RSS? I also have a Blogger account, which does have RSS and Atom feeds.

I know Java, HTML, CSS, and can learn about anything.
mouse_8b is offline  
Old 04-22-2005, 04:45 PM   #2 (permalink)
 
True Techie

Join Date: Feb 2005

Posts: 151

Catbert

Default

Code:
<?php
include_once ("http://www.xanga.com");
?>

__________________
Be not afraid of growing slowly, be afraid only of standing still - Knowledge will get you somewhere, stupidity will get you nowhere
Catbert is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On