Click to See Complete Forum and Search --> : Content Management


SimonBahr
08-01-2005, 06:29 AM
Help.

I designed a website FOC for a friend who works for a charity. They have asked if there is anyway that they could update the news section on a regular basis.

Does anyone know of anything free or have any ideas that would enable me to plug this into the site. The site is HTML/CSS and php includes based the same as www.**********.co.uk but these guys have no web skills whatsoever so I was thinking of a page where they could input News Date, News Title and News Story which the site could then pull through and display on the news page.

Any ideas, support or miricales would be appreciated.

Cheers
:eek:

invertedpanda
08-01-2005, 10:54 AM
Well, if it is PHP, it wouldn't be hard to set up a simple PHP script to just update the news content. Using a full blown content management system would be overkill in this situation, and a security risk (more points of failure, more chances of getting compromised).

SimonBahr
08-01-2005, 10:59 AM
Hi,

Can you point me in a more detailed diredtion because PHP includes was my first bit of PHP.

Cheers Simon

invertedpanda
08-01-2005, 11:18 AM
I started learning PHP through the Visual Quickpro books, that would be a good start in my opinion.

SimonBahr
08-01-2005, 04:13 PM
Any particular part of PHP I should concentrate on in order to achieve this project?

Cheers SI

scojo1
08-01-2005, 04:25 PM
this page may help a bit

http://us3.php.net/variables.external

spufi
08-01-2005, 05:12 PM
Does their webhost offer a database? If so, use a blogging tool for the news page. It's the easiest way of doing it. I'm about to redesign a site for a friend, and that's pretty much what I'm going to do.

SimonBahr
08-16-2005, 07:29 AM
Did you manage to find a free blog that would work? :D