in reply to Filling in forms.
another way to do this, is keep the information in the .txt file, entering each member's information on a single line, seperated by a specific character (eg: ?) then when you want to access a specific user, you can read the specific line from the .txt file, split it into diffrent variables and paste it in place in the generated .html document.
most of this is pretty basic stuff, so I think that it will be easy to do.. the hard task will be filling that .txt file.
|
|---|