Click to See Complete Forum and Search --> : Grab News


krendel
10-10-2006, 05:06 PM
Hello everybody,
this is my first post here, i am new to php.

i need to grab Al-Jazeera news in arabic rss feed through php, then put it into a marquee ( but using javascript rather than <marquee> so that it validates xhtml )

then i need to change the links that link to Al-Jazeera site to my PHP-Nuke module hosted on my site that displayes the full news.

so to sum up:
i need a code to make rss into a javascript marquee
i need a code to change links from Aljazeera to my site

i don't need the PHP-Nuke module as i already have it

any help will be much appreciated.

bokeh
10-11-2006, 05:44 AM
You don't need Javascript. Just use PHP to grab the RSS documents, convert them into a nice valid HTML 4.01 strict page (not XHTML), rewrite the links and echo the page out to the client.

krendel
10-15-2006, 09:15 AM
thanks for replying,
the scroll will be included in my xhtml page, that is why i needed it to be xhtml, can it be used?
also i need a LOT of help in grabbing the rss feed by php and rewriting the links, i am new to php.