Display RSS Feed on Homepage of Website.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I've successfully set up a PHP page which displays the last 3 entries
of my blog.

( www.smono.com/smonosoft.php )

However, I would like to display that information on my MAIN webpage (
www.smono.com )

I'm sure it's possible, but I'm very new to HTML and PHP, so I don't know
all the tricks of the trade yet... Thanks in advance for your assistance!
 
Add your same PHP code to your home page or use a Server side Include of that page
- you home page file name will need to be a .php

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Hello, I've successfully set up a PHP page which displays the last 3 entries
| of my blog.
|
| ( www.smono.com/smonosoft.php )
|
| However, I would like to display that information on my MAIN webpage (
| www.smono.com )
|
| I'm sure it's possible, but I'm very new to HTML and PHP, so I don't know
| all the tricks of the trade yet... Thanks in advance for your assistance!
 
Unfortunately, my web-hosting packing doesn't support Server Side
Inclusions... but I found a way around it. In order to use the PHP script
on my homepage, I had to alter the .htaccess file, and change some settings
in Frontpage. Thanks for your help!

For others in the same predicament, follow the instructions here:
http://office.microsoft.com/en-ca/assistance/ha011092991033.aspx

-Allen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top