PDA

View Full Version : Can this be done?


catalyst
05-23-2005, 08:20 AM
I have something I need done, but I need to know if I can do something else first. I know, that line probably didn't make much sense.

Okay, say someone's logged in somewhere. Is there a way to check what their user name is in order to load a file connected to them on my server?

For instance, someone signs onto my forums. Their user name is listed on their character sheet on my web server. The program then loads their character information so that they can run a scene. (This is for a LARP forum). Is there a way to do this without having to code directly into the forums?

andyede
05-23-2005, 08:29 AM
htaccess? would have to sort some kind of login managment but the server would do all the login handling for you (if its supports it)