View Single Post

  #7 (permalink)  
Old 12-03-2008, 12:51 PM
satimis satimis is offline
Coder
 
Join Date: Jun 2007
Posts: 36
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
satimis will become famous soon enough
Default

Quote:
Originally Posted by ghost View Post
You dont need to install this to use lastRSS


yes you can place it in the the between the body tags

For the purpose of your test save the page as index.php
Performed following test.

Download "lastRSS.zip" (Last RSS-PHP RSS parser/reader) on;
Last RSS - PHP RSS parser/reader

unzip the package

$ sudo mv lastRSS.php /var/www/

$ sudo nano /var/www/index.html
typing your php script on <body> </body>

and saving the file as "index.php"

$ ls /var/www/ | grep index
index.php


On a workstation brower

It displays following news line on the webpage;Thanks


Havd following questions;

1)
The news lines are static. How to make the news lines scrolling on a box?

2)
Can I add another RSS feed? I.E. 2 feeds on the same webpage?

3)
OR if 2) above is impossible, then how to change the feed?


TIA


B.R.
satimis
Reply With Quote