
Maebius
Novice
Jun 6, 2000, 8:44 AM
Post #1 of 5
(1567 views)
|
Creating a file online and writing to it.
|
Can't Post
|
|
I am attempting to create a multi-user game section on my webpage, and am storing each 'player' information in a seperate file. Example, registered players database looks like this (login::password::security): nflory::x4QuB2::admin maebius::temp1::user ... Then there are seperate files containing other details for a particular person (address, email, account status, etc) nflory.dat maebius.dat As this stands, I have new users register via your standard form-mailer, and then I create the */dat file and set the permissions manually. My question and current headache is wondering if there were a way to create the files on-the-fly, or somehow alter my basic thoughts so that I could automate the process. I've pondered options, but so far my brain is fried from the rest of my programming duties at work. Thanks in advance for any advice or helpful comments! -Maebius@dreamscape.com
|