Okay I've seen simular posts on ehre many times, but I can never seem to get code that works. My host only has php3, so please keep this in mind.
What I want to do is write a script where users sign up, and then can get free web space. I can handle the giving the free web space, but what I can't handle is the scripting for users to be able to sign up, and then how to have the scripts check to make sure they're logged in. This sounds simple, I know, but it isn't. The username/password file will have to be a flat file database like
username:passwd
user2:poasswd2
also I'll need to be able to echo their username so I am able to get them in the right directory.
Sorry for asking somthing so simple, and partially already answered.
William