want to intregrate a blog in php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Sumanta1
Forum Newbie
Posts: 8
Joined: Tue Jun 15, 2010 11:59 pm

want to intregrate a blog in php

Post by Sumanta1 »

can you please provide me code to intregrate blog in to my site in php mysql.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: want to intregrate a blog in php

Post by alex.barylski »

There are many ways you can do this. The easiest approach would be to read blog entries from WordPress/Blogger in RSS format and render the listings on your web page homepage. What exactly were you looking to do???
Sumanta1
Forum Newbie
Posts: 8
Joined: Tue Jun 15, 2010 11:59 pm

Re: want to intregrate a blog in php

Post by Sumanta1 »

PCSpectra wrote:There are many ways you can do this. The easiest approach would be to read blog entries from WordPress/Blogger in RSS format and render the listings on your web page homepage. What exactly were you looking to do???

suppose there is a link in my home page say Blog of php site. i wish click on that all the blog entries will show and user can post comment to it also there will be admin section to control it. i do not need word press(or other cms) rather a php mysql blogthat will display in the content section.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: want to intregrate a blog in php

Post by alex.barylski »

If you don't need WordPress, build it from scratch I guess. I'm not sure I understand your problem or question
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: want to intregrate a blog in php

Post by matthijs »

Even with Wordpress, it's very easy to:
- install wordpress
- use that to create content
- build a normal/static php website
- pull in the the posts/any content from wordpress wherever you want with a few lines of code
Post Reply