PDA

View Full Version : Page updating


Jamse
08-14-2002, 04:23 PM
Sorry if this the wrong forum but im not entirely sure what im after. So, on with the problem:

What i would like to do is have a page with a list of names down one side and a value next to each one.
like this:


Name Value
John Yes
James No


But i would like to have a page set up so that a user can change the values without having to edit the actuall html file. So it would just be like filling in a form and pressing submit.
The names will never change and the values will only ever be yes/no.
The pages will be on Apache 2.0.39 on RedHat 7.3, if that makes any difference.
I dont know where to start here so if someone could point me in the right direction, that would be great.
Thanks

Jamse