Forum Moderators: open
Thanks TonyWW
start from your dynamic technology - asp, .net, php, perl? depending on that look for code (or coder) in that language - there's plenty of examples on the internet. you'd have to write a code to parse XML and store it.
There is a free script that has been written that will do exactly as you have asked by outputting static pages. It is called RSStatic and is a free script. You can choose to either output .html or .php pages. I am using it on a few of my websites right now, and you can see it in use on the website in my profile.
There is a free script that has been written that will do exactly as you have asked by outputting static pages. It is called RSStatic and is a free script. You can choose to either output .html or .php pages. I am using it on a few of my websites right now, and you can see it in use on the website in my profile.
I have been trying to implement the script and am facing quite a few problems ...this is largely because i do not have a programming background and don't know php......
can you guide me with the implementation....i think i am giving the wrong rsspath in the config file ...wht has your experience been like with using this script and is it easy to implement for a novice!
$rsspath = "/usr/home/export/classa/Traffic_Reports/"; //path to your RSStatic installation
The path to RSS on RSStatic.com looks like this;
$rsspath = "/home/rsstatic/public_html/"; //path to your RSStatic installation
Check with your web host to find your exact path to rss.
Also, check to make sure that your createdir.php is chmod to 777 as well.