a) Is the string passed to the ci file from a web site null terminated, or does it just END.

b) how do you get it into the file? Is it like this:

char anyname[CONTENT_LENGTH];
scanf(anyname);

If not, HOW!?

Thanksin advance if you can help.