I Need Some Help...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
woobadooba
Forum Newbie
Posts: 3
Joined: Wed Apr 30, 2008 1:44 am

I Need Some Help...

Post by woobadooba »

I would like to put an RSS feed on my website for SEO purposes.

I don't know php. Yet, I need it.

This is the website where I want to get the code: http://www.newsfeedmaker.com/

I tried writing them about this but they didn't respond.

I want to put the feed on a website that is html.

I realize that the page has to end in .php rather than .html

But how do I go about doing this when the template is html?
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: I Need Some Help...

Post by andym01480 »

Go to the site, click on basic, look for the feeds you want, fill in the form on the next page and then they magically email you some javascript to put in your html where you want the feed. It's got nothing to do with php and I'm not sure it will do any seo magic either!
woobadooba
Forum Newbie
Posts: 3
Joined: Wed Apr 30, 2008 1:44 am

Re: I Need Some Help...

Post by woobadooba »

andy, they do offer php options (in the advanced section)
and having the php script will work wonderfully for seo purposes

now then, is there anyone in here that knows how to help me???
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: I Need Some Help...

Post by andym01480 »

First does your host allow php scripts?
Can you configure htaccess so .html can be parsed as php?
woobadooba
Forum Newbie
Posts: 3
Joined: Wed Apr 30, 2008 1:44 am

Re: I Need Some Help...

Post by woobadooba »

andym01480 wrote:First does your host allow php scripts?
Can you configure htaccess so .html can be parsed as php?
Yes

all I want is a step by step plan to do what I need to do.
User avatar
andym01480
Forum Contributor
Posts: 390
Joined: Wed Apr 19, 2006 5:01 pm

Re: I Need Some Help...

Post by andym01480 »

all I want is a step by step plan to do what I need to do
This forum isn't like that - it's a community of PHP developers pro and amateur helping each other learn by solving problems and answering questions when people have had a go. We usually look for a bit of code that we can correct or give pointers to make it right.

http://www.desilva.biz/php/phpinhtml.html will give you the hints you require.
Do come back when you have some code or get stuck...
Post Reply