Hello!
I'm a relatively new programmer and I would like to create a chat room.
I would like it to be similar to this:
username: chloec
password: 102030
As far as I know, this chat uses the $ENV{REMOTE_USER} to access a user file, which is simple enough for me. However, I need some help with the actual chatroom. I need help with writing the posts made by users into a directory, and making the posts not show after 15 minutes or so.
Any help?
I'm a relatively new programmer and I would like to create a chat room.
I would like it to be similar to this:
username: chloec
password: 102030
As far as I know, this chat uses the $ENV{REMOTE_USER} to access a user file, which is simple enough for me. However, I need some help with the actual chatroom. I need help with writing the posts made by users into a directory, and making the posts not show after 15 minutes or so.
Any help?