Hello mates ... I am starting a website same as samachar.com.. Complete rss feeds based website.. i placed feeds in my home page. When i open those feeds in a new page main website is opening. But i dont want this. But i want all feeds to be opened in a frame work.. jst like samachar.com( please checkout how feeds are opening) I need php code for that.. please help me out.. thank you..
You don't need php code to do this. You need to look up framesets for HTML. You will have to make the links point to the correct frame via the target attribute of the "A" element.
I haven't used frames in years. The basics are you declare a frameset which contains frames. In the example site you gave, the topmost frame would be to your site and the bottom frame to the RSS feed site. Here's a tutorial which explains the process: http://www.htmlcodetutorial.com/frames/frames_famsupp_5.html