which software in news

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
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

which software in news

Post by rami »

i have seen .cms in major news websites ..bbc is using sks etc
are they using any php open source software
i have seen even html like 21544.html
are these sites using static pages
is cms any news feed software

are there any standard news service php software that can be implemeneted in major news website.?

thanks
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: which software in news

Post by onion2k »

rami wrote:i have seen even html like 21544.html
are these sites using static pages
What the URL says and what's actually happening on the server are basically unrelated. For example, a single line added to an Apache config file will get .html parsed as PHP. You might think it's an html file .. it isn't. Likewise for any extension .. I have .jpg parsed as PHP in some circumstances.

As for the BBC website, I think it's largely static content with server side includes running on a Perl engine. It's a pretty incredible website. But it costs millions of pounds a year to run, so you'd expect it to be. I imagine they wrote their own CMS software.
Post Reply