Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Develop a News Portal Website

I want to develop a news website which gets links on a particular topic say "Web Designing". how do i go about this. Please help ASAP.

1 Answer

There are an infinite number of services providing news, and an infinite number of ways of aggregating their data. One suggestion might be to use RSS feeds. A number of good PHP frameworks will support various operations with RSS feeds and their posts.

Your question was sufficiently vague as to not lend itself to a more useful answer. If you give more information on what your goals are, it might help give better advice.