Brandon Luhring
(Indiana, USA)
Posted: 18/09/2007, 17:48:43
Depends on your server. You'll need some server-side code.
If your site is on an APACHE server, you'll need to learn a wee bit of PHP, then you can use a text file to allow them to update that bit of text on the page.
If your site is on a WINDOWS server, you'll need to learn a wee bit of ASP.NET. Same deal, can read in a text file.
Richard's recommendation isn't bad, using a full Content Manager like Wordpress or ExpressionEngine (etc.) would let the client update much more on the site... There will likely be a learning curve there too, if you want to use your own design. These options are all database driven, so the client would login to the site and be able to select which areas of the site they want to update...much more friendly than a text file, and no FTP necessary.