|
Home
Feed Categories
What is RSS?
Why use RSS?
Get PHP Code
|
|
Copy the entire code in the bottom box and paste it into Notepad or some other text editing program. Save it as something like parser.php (be sure that the file has the .php extension and not something like parser.php.txt some editors add the .txt on the end by default.)
Setup a webpage with the .php extesion and test out the script using inlude statements like the ones below and changing the variables in the Parser.php scripts configurable section and File source. upload it to your server and open the page to see how it looks. Play around with the configuable to get the exact look you want.
Using the Code Whenever you want to include a RSS feed on one of your php webpages just add a bit of code that looks like this:
or you can include the url of the RSS feed onto the include like
|
|