Click to See Complete Forum and Search --> : easy-access updates?


Ambywamby
01-08-2005, 03:48 PM
I'm trying to make a section in which my website client can just type their name in a blank and whatever update they have, and it'll automatically post what they write on to the updates section of a page.

Basically, I need to know how I can make a form that has a textfield and a textarea that automatically show up on a specific page in a specific format and font.

Nedals
01-08-2005, 05:52 PM
You are going to need a fairly complex server-side script to do that. GCI/Perl, .PHP, or .ASP depending on your client's server.

You will also need to make the 'editable' page password protected.

Moderator: Please move this post to ummmm! - General Forum.

MstrBob
01-08-2005, 05:54 PM
A CMS? There are many such programs already available. Find out your server-side language support. Say, for instance, that your host supports PHP. Google "PHP CMS" or perhaps "ASP CMS" if you have ASP support.