We have been trying to use rssreader to create php feed pages for our website. It in theory seems to be simple instructions. However even after following the instructions when we view the web page there is no feed displaying on it. We have NO idea why Does anyone here know how to get rssfeeder to work? Or is there another program like it that works better but is still easy to use. We also are not sure what to put on the .htaccess page.
I have a PHP based RSS parsing script you can use if you like. Just let me know if your pages are written with HTML or XHTML style-syntax so I can make the necessary adjustments for you.
Dan: We think that we are using XHTML 1.0 Transitional, but if you could let us know how to determine that for sure, we would be grateful. We are using Dreamweaver 8. Also, when you send us the parsing script, if you could give us detailed instructions on how to set it up, that would help as well. We are somewhat beginners in this matter... We appreciate your help greatly, it is extremely needed!! (as if you can't tell ) Thanks again lshubert
We're not exactly sure how to find that either, but this is what we know. When we make a new document it defaults as XHTML 1.0 Transitional. In a new document, it also has 'DOCTYPE html' at the top of the code and it says some other things about W3C and XHTML 1.0 Transitional. But on our PHP pages we are trying to add the RSS feeds to, it doesn't have that... Any info you can get from there?
Does the DOCTYPE on the PHP pages you are trying to add the parsed feeds to look like this (it can be either as is or on one line)? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Code (markup):