|
-- Posted by ElfQrin at 6:58 pm on Oct. 28, 2007
I am creating a game and I am going to make a high score board, is it possible that I could have a user like when they log into *example LW* and have there username that that would automatically put that under "name" in the High Score list? Would I need to make like a Cookie? If so, never made one before so how would i do that? Anyone that can Help Please do so...I might give you points! :)
-- Posted by drifting at 7:01 pm on Oct. 28, 2007
You would need a database of some sort.
-- Posted by ranman at 3:27 am on Oct. 31, 2007
you could use a flatfile and just have javascript append it... could you describe what you're trying to do a little better?
|